Name | Modified | Size | Downloads / Week |
---|---|---|---|
readme.md | 2012-01-13 | 1.8 kB | |
zebra-dialog-1.1.1.zip | 2012-01-13 | 99.6 kB | |
Totals: 2 Items | 101.4 kB | 0 |
Zebra_Dialog, a lightweight dialog box plugin for jQuery
Modal dialog boxes are a great way to show information to your users, but to also alert them of errors or warnings.
Zebra_Dialog is a small (4KB minified), compact (one JS file, no dependencies other than jQuery) and highly configurable dialog box plugin for jQuery, meant to replace JavaScript’s “alert” and “confirmation” dialog boxes, and built using the jQuery Plugin Boilerplate.
The plugin can also be used as a notification widget (when configured to show no buttons, and to close automatically) for updates or errors, without distracting users from their browser experience by displaying obtrusive alerts.
Features:
- great looks, out of the box: CSS3, drop-shadows, rounded corners
- 5 types of dialog boxes available: confirmation, information, warning, error and question
- easily customizable appearance by changing the CSS file
- create modal or non-modal dialog boxes
- easily add custom buttons
- position the dialog box wherever you want – not just in the middle of the screen
- use callback functions to handle user’s choice
- works in all major browsers (Firefox, Opera, Safari, Chrome, Internet Explorer 6+)
Requirements
jQuery 1.5.2+
Useful links
How to use | Configuration | Download latest version | Changelog | Comments