Category: JQuery
view more software Tips and Tricks
Updated: 03/13/2013 18:03 PM
Author: Shiju Mathews Status: Resolved. |
||||||||||||
What is JQuery?
jQuery takes a lot of common tasks that require many lines of JavaScript code to accomplish, and wraps them into methods that you can call with a single line of code. jQuery Cross-Browser compatible and will run exactly the same in all major browsers. jQuery also simplifies a lot of the complicated things from JavaScript, like AJAX calls and DOM manipulation. The jQuery library contains the following features: HTML/DOM manipulation CSS manipulation HTML event methods Effects and animations AJAX Utilities
|