Is it possible to use SimpleModal (jquery plugin) with ASP.NET MVC? Since it has postback stuff in it.
Asked
Active
Viewed 941 times
3 Answers
1
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.
Community
- 1
- 1
Darin Dimitrov
- 994,864
- 265
- 3,241
- 2,902
0
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');
Eric Martin
- 2,841
- 2
- 22
- 23