- Overview
- Documents
notifyMe is a simple plugin that has created for fun and learning for fixed notifications in pages. It works when a button is clicked, errors, validations, info and everything you want.
Source: brunodsgn.github.io
Oct 21, 2014 in Tooltip 4654 views
notifyMe is a simple plugin that has created for fun and learning for fixed notifications in pages. It works when a button is clicked, errors, validations, info and everything you want.
Source: brunodsgn.github.io
1. INCLUDE CSS AND JS FILES
<link rel="assets/css/notifyme.css" type="text/css" /> <script src="http://code.jquery.com/jquery-1.11.1.min.js"></script> <script type="text/javascript" src="assets/js/notifyme.js"></script>
2. HTML
<a class="btn error"><i class="fa fa-warning"></i> Error</a>
3. JAVASCRIPT
$(document).ready(function(){ $('.error').on('click', function(){ $(this).notifyMe( 'bottom', 'error', 'Lorem Ipsum Text', 'Lorem ipsum dolos lorem uisnsnd h jsakdh ajkdbh', 200 ); }); });
Tagged with:
notifyme
simple plugin
notifications
fixed notifications
clicked
errors
validations
info
success
Related Articles