Jquery Pocket Reference(English, Electronic book text, Flanagan David) | Zipri.in
Jquery Pocket Reference(English, Electronic book text, Flanagan David)

Jquery Pocket Reference(English, Electronic book text, Flanagan David)

Quick Overview

Rs.3800 on FlipkartBuy
Product Price Comparison
"As someone who uses jQuery on a regular basis, it was surprising to discover how much of the library I’m not using. This book is indispensable for anyone who is serious about using jQuery for non-trivial applications." -- Raffaele Cecco, longtime developer of video games, including Cybernoid, Exolon, and Stormlord jQuery is the "write less, do more" JavaScript library. Its powerful features and ease of use have made it the most popular client-side JavaScript framework for the Web. This book is jQuery's trusty companion: the definitive "read less, learn more" guide to the library. jQuery Pocket Reference explains everything you need to know about jQuery, completely and comprehensively. You'll learn how to: Select and manipulate document elements Alter document structure Handle and trigger events Create visual effects and animations Script HTTP with Ajax utilities Use jQuery's selectors and selection methods, utilities, plugins and more The 25-page quick reference summarizes the library, listing all jQuery methods and functions, with signatures and descriptions. About the Author David Flanagan is a computer programmer who spends most of his time writing about JavaScript and Java. His books with O'Reilly include JavaScript: The Definitive Guide, JavaScript Pocket Reference, Java in a Nutshell, Java Examples in a Nutshell, and Java Foundation Classes in a Nutshell. David has a blog at www.davidflanagan.com. Table of Contents Chapter 1 Introduction to jQuery jQuery Basics The jQuery() Function Queries and Query Results Chapter 2 Element Getters and Setters Getting and Setting HTML Attributes Getting and Setting CSS Attributes Getting and Setting CSS Classes Getting and Setting HTML Form Values Getting and Setting Element Content Getting and Setting Element Geometry Getting and Setting Element Data Chapter 3 Altering Document Structure Inserting and Replacing Elements Copying Elements Wrapping Elements Deleting Elements Chapter 4 Events Simple Event Handler Registration jQuery Event Handlers The jQuery Event Object Advanced Event Handler Registration Deregistering Event Handlers Triggering Events Custom Events Live Events Chapter 5 Animated Effects Simple Effects Custom Animations Canceling, Delaying, and Queuing Effects Chapter 6 Ajax The load() Method Ajax Utility Functions The jQuery.ajax() Function Ajax Events Chapter 7 Utility Functions Chapter 8 Selectors and Selection Methods jQuery Selectors Selection Methods Chapter 9 Extending jQuery with Plugins Chapter 10 The jQuery UI Library Chapter 11 jQuery Quick Reference Factory Function Selector Grammar Basic Methods and Properties Selection Methods Element Methods Insertion and Deletion Methods Event Methods Effects and Animation Methods Ajax Functions Utility Functions