Three jQuery modal plugins to repace alert and confirm

November 18, 2008 by admin · 3 Comments
Filed under: jQuery, Modal Windows 

alert() and confirm() are two javascript functions that you should not use in your web 2.0 sites :) . The main problem with these are the way those blocks the user from interacting with browser. They are modal in behaviour, that means the user should take an action before he can do anything with browser. He can’t even switch to another tab. Here, we suggest three jQuery plugins to ditch the notorious alert() function.

They are jQuery Modal Dialog, jqModal, jQuery SimpleModal Read more