Advertisement
Guest User

Untitled

a guest
May 6th, 2015
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Full version:
  2.  
  3. $(document).ready(function)(){
  4. // do something on document ready
  5. }; // end of ready function
  6.  
  7. shorthand version:
  8.  
  9. $(function(){
  10. // do something on document ready
  11. }); // end of ready function
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement