The Notify UI I am presenting you is a jQuery Plugin which allows you to add beautiful and elegant notifications to your website. How it works With a single line JavaScript code you can show a notification. Just like this: $.notifyui({html : 'Notification text'}, 3000); The notification will stay on the screen for 3000ms (3 seconds)
The Notify UI I am presenting you is a jQuery Plugin which allows you to add beautiful and elegant notifications to your website.
How it works
With a single line JavaScript code you can show a notification. Just like this:
$.notifyui({html : 'Notification text'}, 3000);
The notification will stay on the screen for 3000ms (3 seconds).
Features
- 12 beautiful themes
- CSS3 styled with CSS2 fallback
- Easy to add new themes (CSS only)
- 6 notification positions
- Auto hide or hide on click
- Lightweight script, only 2,8kB
- No HTML markup required
- Really simple to use
- jQuery Plugin
- Cross-browser
Changelog
v 1.1
- 3 new cleaner themes
- Positions Top and Bottom don’t have anymore extra space between multiple notifications
v 1.0
- Initial version
No comments:
Post a Comment