trante
trante

Reputation: 33986

Jquery modal plugin

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?

Upvotes: 1

Views: 112

Answers (1)

Sampson
Sampson

Reputation: 268324

I think the jQuery Dialog (with its modal option) would be more than sufficient. With regards to implementation, that question might be best asked over at StackOverflow.

Upvotes: 2

Related Questions