Stylish JavaScript Dialog (Alert, Confirm, Prompt) Boxes
Posted on January 13, 2009, Filled under Flash, jQuery,
Bookmark it
The following list is useful if you need to replace the classical JavaScript message boxes (alert, confirm, prompt) with new and CSS customizable ones. JQuery and MooTools are some of the libraries used to make these excellent dialog boxes.
jQuery Alert Dialogs Plugin is meant to replace the basic functionality provided by the standard JavaScript alert(), confirm() and prompt() functions. These custom methods are completely customizable via CSS, each dialog can have its own title, and also provide an advantage to the usage of prompt() in IE7, where users get an ugly warning and usually have to reload the page. This modal dialog box automatically positions itself if you resize the browser window. If the jQuery UI Draggable plugin is included, the box can be moved by dragging its title bar.
- Source: http://abeautifulsite.net/notebook/87
- Demo: http://abeautifulsite.net/notebook_files/87/demo/
- Download: http://www.bitrepository.com/download/jquery-alert-dialogs
- License: Dual-Licensed under the GNU GPL and MIT License

