[jQuery] Bug in ready() documentation
[jQuery] Bug in ready() documentation
http://jquery.com/docs/event/
$(document).ready(function(){
// Your code here...
));
should be:
$(document).ready(function(){
// Your code here...
});
Corey
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/
Topic Participants
cj
John Resig