JQuery a new technology

jQuery is a new type of JavaScript library.
jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. jQuery is designed to change the way that you write JavaScript.

"You start with 10 lines of jQuery that would have been 20 lines of tedious DOM JavaScript. By the time you are done it's down to two or three lines and it couldn't get any shorter unless it read your mind."

This is the deffinition i found from Jquery site.

some of interesting topics i found in the link http://docs.jquery.com/Tutorials:How_jQuery_Works

In the next post i will give some more examples

Comments

Popular Posts