Jquery modal plugin

Posted by trante on Pro Webmasters See other posts from Pro Webmasters or by trante
Published on 2012-05-09T15:52:53Z Indexed on 2012/06/08 22:48 UTC
Read the original article Hit count: 205

Filed under:
|
|

In my web application i have one page call it mypage.html When user clicks some link in mypage a modal window will be opened and he will see some html page. (I do this by Colorbox or Twitter Bootstrap now)

But when user clicked a button in modal window, an Ajax request will be sent to my server. If request is successfull he will see some new modal window, else user will see another modal window. After all steps user will close modal window and tasks will be finished.

Which jquery modal window plugin is suitable for this type of usage?

© Pro Webmasters or respective owner

Related posts about html

Related posts about JavaScript