0.0.2 • Published 11 years ago

jquery-notification v0.0.2

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

jQuery Notification Plugin Build Status

Plugin that can display all sorts of user notification in a HTML5 client

Getting Started

Download the production version or the development version.

In your web page:

<script src="jquery.js"></script>
<script src="dist/notification.min.js"></script>
<script>
jQuery(function($) {
  $.notification({ "text" : "awesome" }); // "awesome notification"
});
</script>

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)