Posted By


axthos on 11/11/08

Tagged


Statistics


Viewed 1429 times
Favorited by 0 user(s)

Jquery faster Onload


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



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

URL: http://snippets.dzone.com/posts/show/3663

Report this snippet


Comments


You need to login to view comments.