jQuery from Google CDN


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



Copy this code and paste it in your HTML
  1. <script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  2. <script type="text/javascript">
  3. $(document).ready(function() {
  4. // This is more like it!
  5. });

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.