An open API service indexing awesome lists of open source software.

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

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.

[![Build status](https://ci.appveyor.com/api/projects/status/0tq5x9vo4iffajsr?svg=true)](https://ci.appveyor.com/project/jrummell/jquery-message)

You can install with NuGet:

## jQuery UI [![jQuery UI on NuGet](https://img.shields.io/nuget/v/jQuery.UI.Message.svg)](http://nuget.org/List/Packages/jQuery.UI.Message)
http://nuget.org/List/Packages/jQuery.UI.Message

PM> Install-Package jQuery.UI.Message

## jQuery Mobile [![jQuery Mobile on NuGet](https://img.shields.io/nuget/v/jQuery.Mobile.Message.svg)](http://nuget.org/List/Packages/jQuery.Mobile.Message)
http://nuget.org/List/Packages/jQuery.Mobile.Message

PM> Install-Package jQuery.Mobile.Message

## Kendo UI [![Kendo UI on NuGet](https://img.shields.io/nuget/v/Kendo.Message.svg)](http://nuget.org/List/Packages/Kendo.Message)
http://nuget.org/List/Packages/Kendo.Message

PM> Install-Package Kendo.Message

## bootstrap [![Bootstrap UI on NuGet](https://img.shields.io/nuget/v/Bootstrap.Message.svg)](http://nuget.org/List/Packages/Bootstrap.Message)
http://nuget.org/List/Packages/Bootstrap.Message

PM> Install-Package Bootstrap.Message

![](https://raw.githubusercontent.com/jrummell/jquery-message/master/demo/screen.png)

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