jquery-notification

0.0.2 • Public • Published

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)

Readme

Keywords

none

Package Sidebar

Install

npm i jquery-notification

Weekly Downloads

4

Version

0.0.2

License

none

Last publish

Collaborators

  • ledere