lionevan / simplemodal

Automatically exported from code.google.com/p/simplemodal
0 stars 0 forks source link

does not work in asp.net after postback #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. use modal in asp.net page. Post the page and modal does not work any 
more. I debugged the function and after postback content cannot be found 
any more by jQuery.

Original issue reported on code.google.com by jazzbat...@gmail.com on 14 May 2009 at 12:54

GoogleCodeExporter commented 9 years ago
Please try the new 1.3-b1 version and see if it fixes your issue. You'll need 
to use
the appendTo option:

$(el).modal({appendTo:'form'});

Original comment by emartin24 on 22 May 2009 at 9:02

GoogleCodeExporter commented 9 years ago
The new appendTo option in 1.3 should resolve this issue.

Original comment by emartin24 on 20 Aug 2009 at 6:29

GoogleCodeExporter commented 9 years ago
It doesn't resolve it for me.i want page data inside simplemodal.
when i click next button,disapears. 

Original comment by amou...@gmail.com on 2 Sep 2010 at 11:41

GoogleCodeExporter commented 9 years ago
It doesn't resolve it for me.i want page data inside simplemodal.
when i click next button,disapears. 

Original comment by amou...@gmail.com on 2 Sep 2010 at 11:43

GoogleCodeExporter commented 9 years ago
i didn't get textbox value on server side which is displayed in simplemodal and 
also not call post method of button

Original comment by javedsm2...@gmail.com on 7 Feb 2012 at 10:27