Why jQuery?


jQuery is a lightweight, "write less, do more", JavaScript library.
The purpose of jQuery is to make it much easier to use JavaScript on your website.
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 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
As the blog title says "Why jQuery?" let me answer this question....

->There are lots of other JavaScript libraries out there, but jQuery is probably the most popular, and also the most extendable.
Many of the biggest companies on the Web use jQuery, such as:
  • Google
  • Microsoft
  • IBM
  • Netflix
Where is jQuery is mainly used?
  1. Plugins
  2. DOM Manipulations
  3. Animation & Ajax Support
  4. Cross Browser Support
  5. Write Less , Do More
  6. Ease Of Learning
  7. Search Engine Optimised
  8. Easy Integration With Visual Studio IDE
  9. Making Flash Like Animated Applications
  10. To Display jQuery Elements even when javascript is disabled
One of the biggest strength of jQuery is the size of its community. It is easier to find support, easier to find developers and more likely it will continue to be improved going forward.

Image Courtesy :- www.tutorialrepublic.com
Note:- This blog is for education purpose only.

Comments