Stylish jQuery Notification & Alert Plugin - Smart Alert
File Size: | 1.94MB |
---|---|
Views Total: | 18604 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

Smart Alert is an alternative to the standard javascript alert box that makes it easy to create fully configurable and stylish lightbox-like notification & Alert box using jQuery and jQuery UI. It is a June 2013 freebie built by PrvyLukas. You’ll also be able to download the files if a member of CodeCanyon.
Features:
- Easy to use
- Three creative themes included
- Crossbrowser(Firefox, Chrome, Safari, Opera, Internet explorer 7+)
- Compatible with every layout
- Fully themeable
- Fully configurable
- Localization support
- Retina ready
Basic Usage:
1. Include jQuery library and jQuery UI on the web page
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js"></script>
2. Include Smart Alert plugin
<link href="alert/css/alert.css" rel="stylesheet" /> <link href="alert/themes/default/theme.css" rel="stylesheet" /> <script src="alert/js/alert.js"></script>
3. Create a link to trigger the alert box
<a href="#demo">Try it!</a>
4. The javascript
$.alert.open({ content: 'Lorem ipsum dolor sit amet' });
This awesome jQuery plugin is developed by PrvyLukas. For more Advanced Usages, please check the demo page or visit the official website.