Jquery Tutorial
jQuery is a JavaScript Library. It is simple and easy to learn. It is also lightweight, "write less, do more". The main purpose of jquery to make javascript easier. It make your JavaScript code shorter, faster and cross browser. jQuery is cross-platform. jQuery simplifies AJAX call and DOM manipulation.
History of Jquery
Jquery is created by John Resig in 2006 with a nice motto - Write less, do more. It is currently maintained by a team of developers led by Timmy Willison (with the jQuery selector engine, Sizzle, being led by Richard Gibson).
Prerequisites
Before learning jquery language you must be knowledge of Html, css and JavaScript. If you have no good knowledge of JavaScript must read our javascript tutorial. This Jquery Tutorial is designed for programmers who wants to learn the basics of jQuery and its programming concepts in simple and easy ways.