.
WHAT IS JQUERY • JQuery is a fast, small, and feature-rich Java. Script library. • Simplifies the interaction between HTML and Java. Script. • It makes things like HTML document (DOM) – – – traversal manipulation event handling animation and Ajax • JQuery is a easy-to-use API that works across a multitude of browsers
WHY JQUERY • Lightweight : 19 KB in size (Minified and Gzipped) • CSS 1 - 3 Complaint • Cross Browser – (IE 6. 0+, FF 2+, Safari 3. 0+, Opera 9. 0+, Chrome)
JQUERY IS CROSS-BROWSER • A huge issue facing Java. Script is that no two browsers handle Java. Script in the same way. • The way you locate page elements so you can work with them in code varies from browser to browser in a way that makes programmers’ hair stand on end. • j. Query puts an end to that worry by giving you a common set of functions across all browsers.
WHO’s USING JQUERY
MOST POPULAR LIBRARIES • • YUI Prototype Dojo Jquery Mootools Ext. JS Underscore
INITIAL REQUIREMENTS • JAVASCRIPT – A scripting language(client side mostly) • DOM – The way browser manipulates a web page in memory • HTML – A markup language for web page
ADVANTAGES • DOM MANIPULATION – DOM element selections functions – DOM traversal and modification • CROSS BROWSER – CSS manipulation • EVENT MANAGEMENT • SIMPLIFIED AJAX • EFFECTS AND ANIMATIONS
DOM TREE
…