JQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript.
I am totally impressed seeing the power of a Jquery library.I will try to note down a basic tutorial on how to study jquery
So lets start.I assume you are familiar with some kind of web development languange php, .net or asp and also html and basic javascript
As i already mentioned,jquery is a java script library .So we need to first download the library.Several versions are available with latest advanced functions included.The basic effects that we can produce using jquery require any of the versions . Download Link>>
SO i hope you downloaded the library.Unzip the file and you can see a file with .js extention.Rename it to jquery.js for convenience
Make a new folder for your new attemp,unzip and copy the java script file into the folder u just made…..
Get ready to start exploring the new world of programming ……..Lets write the first program using jquery in the second chapter of this section ….

[...] If not please read Introduction Here [...]