THE document ready


/ Published in: JavaScript
Save to your folder(s)

basic wrapper for jQuery code


Copy this code and paste it in your HTML
  1. $(document).ready(function() {
  2. // put all your jQuery goodness in here.
  3. });

URL: http://docs.jquery.com/Tutorials:Introducing_%24%28document%29.ready%28%29

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.