/ Published in: JavaScript
URL: http://docs.jquery.com/Tutorials:Introducing_%24%28document%29.ready%28%29
basic wrapper for jQuery code
Expand |
Embed | Plain Text
$(document).ready(function() { // put all your jQuery goodness in here. });
You need to login to post a comment.
