Javascript – asp.net mvc & popup dialogs

asp.net-mvcjavascriptmodal-dialog

What do people recommend for creating popup's in ASP.Net MVC? I have used the AJAX toolkit and component art's methods in the web forms world and am looking something with similar capability.

What JQUERY plugins do people like? SimpleModal, JBOX (I think this was, what it was called)

Is it worth exploring pulling out the JavaScript from the AJAX toolkit?

Best Answer

jqModal looks pretty cool http://dev.iceburg.net/jquery/jqModal/ - have only done some brief experiments, not used in production yet, but have put in the toybox for my current project.