[jQuery] Multiple Ready Blocks
<div>Is it permissable to have more than one </div>
<div><font face="courier new,monospace" color="#3333ff">$(document).ready(function() {})</font></div>
<div>per page?</div>
<div> </div>
<div>If it is not, would this be a good workaround?</div>
<div>
$(document).ready(function() {
runGlobalJQueryFunctions();
runLocalJQueryFunctions();</div>
<div>
return false;
});
The reason is that one group is managing a global header and another group is managing the content on the page. Thanks. :)
Glen
</div>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/