What is jQuery?
- Sunday, August 23, 2009, 10:47
- Programming
- 6,655 views
- Add a comment
In past JavaScript is used by developers for client side scripting, but now developers have several option to add the functionality of JavaScript by using other tool and libraries. jQuery is also one of the best libraries for adding javascript, ajax features in the application, although the same task can be performed through javascript but jQuery provide the readymade easy to use functions.
What is jQuery?
jQuery is very rich library of functions and methods which does the same task like JavaScript but the difference is that jQuery is easy too use and give too much flexibility to the developers. The jQuery can be used in web application irrespective of the language or technology, it can be used with PHP,asp,jsp,servlets,CGI and almost all the programming languages.
The definition mentioned in jQuery official Web Site
“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”
Features of jQuery
Here are the famous features of jQuery.
-DOM element selections functions
-DOM traversal and modification
-Events
-CSS manipulation
-Effects and animations
-Ajax
-Extensibility
-Utilities - such as browser version and the each function.
-JavaScript Plugins
As mentioned in the above features jQuery is used in web application to handle events, validation, adding effects and animation, client side processing and many more.
How much time is required to learn jQuery?
jQuery is a piece of cake, its very easy to understand developers can learn it within a week but to explore its all functions and methods will take time.
From Where I can get jQuery Library?
The jQuery library is freely available on jQuery official web site (www.jquery.com). Detail documentation, tutorials are also available to learn about jQuery.
About the Author
Related Tutorials & Articles
Write a Comment
Gravatars are small images that can show your personality. You can get your gravatar for free today!























(3 votes, average: 4.67 out of 5)