Hi everyone,
Is it possible to use SimpleModal (jquery plugin) with ASP.NET MVC. Since it has postback stuff init.
thanx
Owais
|
|
Hi everyone, Is it possible to use SimpleModal (jquery plugin) with ASP.NET MVC. Since it has postback stuff init. thanx Owais
|
|||
|
|
|
|
Yes you can |
||
|
|
|
I know this is old, but just for the record, in the source, you need to change the container creation from appendTo('body'); to appendTo('form'); |
||
|
|
|
|
Since it's a jQuery plugin there's nothing to tie it to the ASP.NET postback model. It is server language agnostic. You can use it with PHP if you like as discussed here. |
||
|
|