jQuery Alert Dialogs aims to replace the basic functionality provided by the standard JavaScript alert(), confirm(), and prompt() functions. This set of methods provide an inline, customizable way to show JavaScript alerts, confirmations, and prompts.

jQuery Alert Dialogs

Benefits of using custom methods:

  • - These are completely customizable via CSS (which can make your apps look much more professional).
  • - You can set a custom title for each dialog
  • - IE7 users get an ugly warning and usually have to reload the page if you use a regular prompt()

These methods simulate a true modal dialog box. They will automatically re-position themselves if you resize the browser window (unlike many existing dialog/lightbox-style plugins). If you include the jQuery UI Draggable plugin, the dialogs can be moved by dragging their title bars. Everything you need to produce the dialogs in the demonstration is included in the download.

Download It Here | View Demo