Wednesday, September 29, 2010

This is a basic tutorial, designed to help you get started using jQuery. If you don't have a test page setup yet, start by creating a new HTML page with the following contents:



<html>
  <head>
    <script type="text/javascript" src="jquery.js"></script>

    <script type="text/javascript">
    
    </script>
  </head>
  <body>
    <a href="http://jquery.com/">jQuery</a>
  </body>
</html>

No comments:

Post a Comment