Loading jQuery API


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



Copy this code and paste it in your HTML
  1. <script src="http://www.google.com/jsapi" type="text/javascript"></script>
  2. <script type="text/javascript">
  3. google.load("jquery", "1.4.2");
  4. <script type="text/javascript" src="js/example.js"></script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.