jQuery Library and jQuery document.ready


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

Use this for containing all jQuery methods


Copy this code and paste it in your HTML
  1. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  2. <script type="text/javascript">
  3. $(document).ready(function() {
  4. // methods here
  5. })
  6. </script>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.