Google Hosted jQuery + Document Ready


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



Copy this code and paste it in your HTML
  1. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js" type="text/javascript" charset="utf-8"></script>
  2. <script type="text/javascript" charset="utf-8">
  3. (function($){
  4. $(function(){
  5. // Do stuff...
  6. });
  7. })(this.jQuery);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.