vote up 0 vote down star

Occasionally I'll use a ASP.NET Ajax Toolkit CalendarExtender and try to wire some javascript to its handlers. Since I use jQuery, I've do this using $(document).ready().

Most of the time, $find('myCalendar') works, but occasionally the $find fails to find that control.

But if I move the $find call into a pageLoad() function it always works. It makes sense that it always works in pageLoad(), but why is it only sometimes failing in $(document).ready()?

flag

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.