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
Sexy Alert Box is a “sexy” clone of the classic JavaScript alert. It is based on PBBAcpBox, a script that has been discontinued. However, it was released under a free license, and eventually adapted to version 1.2 of Mootools. This is an awesome script, because it shows the messages in a more beautiful design and works in modern browsers, such Internet Explorer.
Custom JavaScript Dialog Boxes is a lightweight JavaScript dialog box library that offers four dialog styles: alerts, warnings, prompts and success. The ‘look and feel’ can easily be changed through the CSS and additional styles can easily be added by adding 2 lines of CSS. It has an autohide feature which is used to fade out the dialog box after a specific number of seconds.
- Source: http://www.leigeber.com/2008/04/custom-javascript-dialog-boxes/
- Demo: http://sandbox.leigeber.com/dialog/dialog_box.html
- Download: http://www.bitrepository.com/download/custom-javascript-dialog-boxes
- Tested in: IE 6/7, Firefox 2/3, Opera and Safari
The JQuery UI Dialog Box is an awesome widget meant to work as an alternative for the classical JS dialog boxes. The design can be edited through CSS. Examples: modal dialog, message, confirmation, form. You can choose a design from 17 already created themes.
- Source: http://ui.jquery.com/home
- Demo: http://ui.jquery.com/demos/dialog/
- Tested in: IE 6.0+, FF 2+, Safari 3.1+, Opera 9.0+, and Google Chrome
JQuery Impromptu is a quick tool to prompt user input in a fashionable way. More or less it is a great replacement for an alert, prompt and confirm. It does not only replaces these, but it also allows for creating forms within these controls. The plugin is minified using JS Minifier.
- Source & Demos: http://trentrichardson.com/Impromptu/index.php
- License: MIT and GPL
Do you wish to receive the latest updates as soon as they are posted? Get our RSS Feed or Subscribe to the Newsletter!
- January 13, 2009
- article by Gabriel C.
- Leave a reply!
Sponsors
Related Posts
-
Stylish your “Featured Items” using an interactive jQuery Widgetat January 1, 2010
-
simpleCart(js) 2.0 – An Easy to Use Lightweight JavaScript Shopping Cartat August 13, 2009 with 1 comment
-
UIZE, a free powerful Open Source object oriented JavaScript Frameworkat August 10, 2009
-
Easily Add Maps to a Webpage: Google Maps jQuery Pluginat January 6, 2010 with 1 comment
-
Stylish GMail-like buttons: JQuery styledButton Pluginat January 28, 2010





