Published in: JavaScript
URL: http://docs.jquery.com/Tutorials:Introducing_%24%28document%29.ready%28%29
basic wrapper for jQuery code
$(document).ready(function() { // put all your jQuery goodness in here. });
You need to login to post a comment.
Pro JavaScript Techniques
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.
sambody on 06/27/07
5 people have marked this snippet as a favorite
bartekk
francisre
travisa86
esquareda
jamesming
Published in: JavaScript
URL: http://docs.jquery.com/Tutorials:Introducing_%24%28document%29.ready%28%29
basic wrapper for jQuery code
$(document).ready(function() { // put all your jQuery goodness in here. });
You need to login to post a comment.