Question

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?

Was it helpful?

Solution

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.

OTHER TIPS

I like lightBox

I'm using Yahoo's YUI Dialog. Works pretty well, and you can easily hookup keyboard hooks like 'escape' to close. It dims the background of the page and is well tested across browsers.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top