This jQuery plugin replaces standard JavaScript alert(), confirm(), and prompt() dialog boxes. These jQuery powered dialog boxes will provide you with the ability to display custom text in the title bar and more importantly you will be able to change the look & feel of these dialog boxes via CSS.

jQuery dialog boxes simulate a true modal dialog box. They will automatically re-position themselves if you resize the browser window. Unlike their native JavaScript counterparts, you can use HTML in the message parameter. To specify a newline, you can use either “\\n” or “<br />”.
Developed by Cory LaViska; this plugin is licensed under the GNU General Public License. You can find further information, demo & download on Cory LaViska’s Website.



