jQuery Impromptu – alert and confirm replacement with form support

January 16, 2009 by admin · 2 Comments
Filed under: Modal Windows, jQuery 

jQuery Impromptu is an extention to help provide a more pleasant way to spontaneously prompt a user for input. More or less this is a great replacement for an alert, prompt, and confirm. Not only does it replace these but it also allows for creating forms within these controls. This is not intended to be a modal replacement, just a quick tool to prompt user input in a fashionable way.

This is a good plugin to replace alert() and confirm() methods using callback functions. Fully stylabe using CSS. Lots of examples are shown in the site.

Suggested enhancement

Need to support draggable functionality.

Dependencies jQuery
Size 6KB
Restrictions None (Apache License)
Demo & Download Open | Open in new window

Related posts:

  1. Three jQuery modal plugins to repace alert and confirm
  2. Sexy Alert Box for Mootools
  3. jQuery BlockUI Plugin
  4. How to make your forms better with jQuery?
  5. jQuery Ajax File Upload

If you like this post, please share it so that others can also find this

Comments

2 Responses to “jQuery Impromptu – alert and confirm replacement with form support”
  1. Rajesh says:

    There WAS an issue in jQuery Impromptu (version1.8) :
    In firefox when user opens Impromptu alert, and click on fade area. its loosing focus of default button & because of that user was not able to close the alert Box with the help of EsCAPE key. This was not an issue in IE.
    To fix this issue you just have to set focus on default button when user click on fade area.

  2. Daniel says:

    When I use jQuery Impromptu with Sitemesh or tiles, slidedown & slideup is strange
    in IE. However there is not an issue in firefox.

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!