jquery

jQuery Resources, Examples and more:

jQuery is a lightweight JavaScript Library providing a wide range of features, easy to learn syntax, and cross platform compatibility. The jQuery library provides a general purpose extraction layer for common web scripting, and is therefore useful in almost every scripting situation.

jQuery addresses:
Why jQuery works well:
  1. Getting Started
  2. Learning Resources
  3. jQuery Plugins
  4. Great jQuery Examples
  5. And some of my Random Experiments

  • How to Install jQuery:
    1. First download the latest release here:
      Download jQuery or our friends at Google have various iterations of it here.

      http://jqueryjs.googlecode.com/files/jquery-1.3.2.js

    2. jQuery comes in the form of a simple .js file that you just place wherever you want on your web server and then reference
    3. You call up the .js file by placing the following within your header <script type="text/javascript" src="http://www.aperfectmix.com/free_web_design/js/jquery.js"></script> As you can see I placed it in a js folder.