hi,
is there an equivalent jquery ui for modalpopup like the one in asp.net?
thx
hi,
is there an equivalent jquery ui for modalpopup like the one in asp.net?
thx
I'm not sure about ASP.net's implementation, but jQuery DEFINITELY has these types of popups.
here's your basic popup: http://jqueryui.com/demos/dialog/
here's a list of plugins that are specifically modal popups: http://plugins.jquery.com/search/node/modal
http://jqueryui.com/demos/dialog/#modal
$( ".selector" ).dialog({ modal: true });
IMO, the jQuery UI popups behave much better than their ASP.Net equivalents (including when used with ASP.Net).