Jquery modal plugin
- by trante
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?