On Mon, 25 Sep 2006, Michael Geary wrote:

>> Is it permissable to have more than one
>> $(document).ready(function() {})
>> per page?
>
> Yes, as many as you want. They will be called in the same order that the
> $(document).ready() calls were made.

If it gets called at all.

Am I the only one here that finds $(document).ready() to be completely 
unreliable? IE seems to be the main culprit. If I don't put the 
$(document).ready() call in a script block after the HTML I'm trying to 
modify, it seems to break every other page load.

Dave

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to