[jQuery] $(document).load() and friends

[jQuery] $(document).load() and friends

> $(document).load(function() {
Try $(window).load() instead, since you're trying to set a window.onload
handler.
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/