jQuery Anatomy's

A typical jQuery script uses a wide assortment of the methods that the library offers. Selectors, DOM manipulation, event handling, and so forth come into play as required by the task at hand. In order to make the best use of jQuery, we need to keep in mind the wide range of capabilities it provides.

This blog will itemize every method and function found in the jQuery library. Since there are many methods and functions to sort through, it will be useful to know what the basic categories of methods are, and how they come into play within a jQuery script. Here we will see a fully functioning script, and examine how the different aspects of jQuery are utilized in each part of the script.

Before we reveal the script that performs some tasks, we should walk through the environment in which the script resides
1.Obtaining jQuery, the tutorial to obtaining jQuerys is available here: http://tutorial-jquery.blogspot.com/2010/06/obtaining-jquery.html
2. Setting Up the HTML Document
3. Writing the jQuery Code

No comments:

Post a Comment