https://github.com/jrummell/jquery-message
Info and error message boxes styled with jQuery UI and jQuery Mobile
https://github.com/jrummell/jquery-message
jquery jquery-plugin
Last synced: 9 months ago
JSON representation
Info and error message boxes styled with jQuery UI and jQuery Mobile
- Host: GitHub
- URL: https://github.com/jrummell/jquery-message
- Owner: jrummell
- Created: 2015-01-11T18:05:29.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-12-05T00:38:44.000Z (about 10 years ago)
- Last Synced: 2024-04-30T01:42:23.345Z (over 1 year ago)
- Topics: jquery, jquery-plugin
- Language: JavaScript
- Homepage: http://jrummell.github.io/jquery-message
- Size: 663 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## _This project is no longer maintained_
See the following active projects instead:
- [kendo.message](https://github.com/jrummell/kendo.message)
- [bootstrap.message](https://github.com/jrummell/bootstrap.message)
# jQuery Message
Simple jQuery plugins that display info and error messages.
[](https://ci.appveyor.com/project/jrummell/jquery-message)
You can install with NuGet:
## jQuery UI [](http://nuget.org/List/Packages/jQuery.UI.Message)
http://nuget.org/List/Packages/jQuery.UI.Message
PM> Install-Package jQuery.UI.Message
## jQuery Mobile [](http://nuget.org/List/Packages/jQuery.Mobile.Message)
http://nuget.org/List/Packages/jQuery.Mobile.Message
PM> Install-Package jQuery.Mobile.Message
## Kendo UI [](http://nuget.org/List/Packages/Kendo.Message)
http://nuget.org/List/Packages/Kendo.Message
PM> Install-Package Kendo.Message
## bootstrap [](http://nuget.org/List/Packages/Bootstrap.Message)
http://nuget.org/List/Packages/Bootstrap.Message
PM> Install-Package Bootstrap.Message

[Usage](https://github.com/jrummell/jquery-message/wiki)