/ Published in: JavaScript
basic wrapper for jQuery code
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(document).ready(function() { // put all your jQuery goodness in here. });
URL: http://docs.jquery.com/Tutorials:Introducing_%24%28document%29.ready%28%29