jQuery Document Ready "OnReady!"


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



Copy this code and paste it in your HTML
  1. $(function() {
  2.  
  3.  
  4. });
  5.  
  6. /* or */
  7.  
  8. jQuery(function() {
  9.  
  10.  
  11. });
  12.  
  13. /* or */
  14.  
  15. $(document).ready(function() {
  16.  
  17. });

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.