Document.ready() failing on popup

Posted by Seth Duncan on Stack Overflow See other posts from Stack Overflow or by Seth Duncan
Published on 2010-03-30T00:26:52Z Indexed on 2010/03/30 0:33 UTC
Read the original article Hit count: 390

Filed under:
|
|
|

I am using ASP.Net and jQuery/jQuery UI and I am trying to use the datepicker control. It works fine on every page, except when I have to use the popup (to add new data into the database and then i refresh the current page to reflect the new data being entered). It seems that document.ready() is failing when I use the popup. I can invoke the datepicker control manually with adding a click event to fire off the showcalendar function, however I want to try and make it work. Does anyone have any ideas of why a popup would fail document.ready() ?

Thanks!

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about ASP.NET