vote up 2 vote down star

Hi everyone,

Is it possible to use SimpleModal (jquery plugin) with ASP.NET MVC. Since it has postback stuff init.

thanx

Owais

flag

63% accept rate

3 Answers

vote up 8 vote down check

Yes you can

link|flag
ppl always downvote such a straight answers :) – Arnis L. Oct 2 at 10:32
vote up 0 vote down

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');

link|flag
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.