jquery-notification
v0.0.2
Published
jQuery Notification Plugin
Downloads
44
Readme
jQuery Notification Plugin
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)