/ Published in: JavaScript
URL: http://snippets.dzone.com/posts/show/3663
Expand |
Embed | Plain Text
$(document).ready(function() { // put all your jQuery goodness in here. });
Comments
Subscribe to comments
You need to login to post a comment.

or shorthand
$(function(){ // put all your jQuery goodness in here. })