Please forgive what might seem a stupidly basic question but I'm new to jQuery and the tutorials/API doc have not made the answer clear to me:
Should you use a separate
$(document).ready(function(){
// Your code here
});
for each function you write, or do you just have one wrapping "ready
statement" and put all your functions inside it?
Thanks,
Paul Caton.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
