Include jquery quickly


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



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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.