jQuery Tutorial


 

jQuery Tutorial

In this Tutorial, you will learn about jQuery with the help of examples.

In this Tutorial, you will learn about jQuery with the help of examples.

jQuery Tutorial

jQuery is a cross browser, java Script library created by  'John Resig' in 2006 with a nice motto: "Write less, do more". It handles the client side scripting of HTML.

jQuery simplifies  navigation of a document , select DOM elements, create animations, handle events, and develop Ajax applications.
Using jQuery we can also develop plug-in on the top of the JavaScript library.

jQuery Features
  • 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 Plug-ins

jQuery is java script and can be used with JSP, Servlet, ASP, PHP, CGI and almost all the web programming languages.

Ads