JQuery reference guide : a comprehensive exploration of the popular JavaScript library /
Chaffer, Jonathan.
JQuery reference guide : a comprehensive exploration of the popular JavaScript library / Jonathan Chaffer, Karl Swedberg ; reviewers, Jörn Zaefferer [and others] ; technical editor, Bansari Barot. - Birmingham, U.K. : Packt Pub., ©2007. - 1 online resource (vii, 249 pages) : illustrations - From technologies to solutions . - From technologies to solutions. .
JQuery Reference Guide; jQuery Reference Guide; Credits; About the Authors; About the Reviewers; Preface; What This Book Covers; Who is This Book For?; Conventions; Reader Feedback; Customer Support; Downloading the Example Code for the Book; Errata; Questions; 1. Anatomy of a jQuery Script; A Dynamic Table of Contents; Obtaining jQuery; Setting Up the HTML Document; Writing the jQuery Code; Script Dissection; Selector Expressions; DOM Traversal Methods; DOM Manipulation Methods; Event Methods; Effect Methods; AJAX Methods; Miscellaneous Methods; Plug-In API; Summary; 2. Selector Expressions. CSS SelectorsElement: T; ; ; ; Example; Description; ID: #myid; ; ; ; Examples; Description; Class: .myclass; ; ; ; Examples; Description; Descendant: E F; ; ; ; Examples; Description; Child: E> F; ; ; ; Examples; Description; Adjacent Sibling: E + F; ; ; ; Examples; Description; General Sibling: E ~ F; ; ; ; Examples; Description; Multiple Elements: E, F, G; ; ; ; Examples; Description; Nth Child (:nth-child(n)); ; ; ; Examples; Description; First Child (:first-child); ; ; ; Examples; Description; Last Child (:last-child); ; ; ; Examples; Description; Only Child :only-child; ; ; ; Examples. Not :not(s); ; ; Examples; Empty :empty; ; ; ; Examples; Description; Universal: *; ; ; ; Examples; Description; XPath Selectors; Descendant: E//F; ; ; ; Examples; Description; Child: E/F; ; ; ; Examples; Description; Parent: E/.; ; ; ; Examples; Description; Contains: [F]; ; ; ; Examples; Description; Attribute Selectors; Has Attribute: [@foo]; ; ; ; Examples; Description; Attribute Value Equals: [@foo=bar]; ; ; ; Examples; Description; Attribute Value Does Not Equal: [@foo!=bar]; ; ; ; Examples; Description; Attribute Value Begins: [@foo^=bar]; ; ; ; Examples; Description. Attribute Value Ends: [@foo=bar]; ; ; Examples; Description; Attribute Value Contains: [@foo*=bar]; ; ; ; Examples; Description; Form Selectors; Custom Selectors; Even Element (:even) Odd Element (:odd); Examples; Description; Nth Element (:eq(n), :nth(n)); Examples; Description; Greater Than :gt(n); Examples; Description; Less Than : lt(n); ; ; ; Examples; Description; First :first; ; ; ; Examples; Discussion; Last :last; ; ; ; Examples; Description; Parent :parent; ; ; ; Examples; Description; Contains :contains(text); ; ; ; Examples; Description; Visible :visible; ; ; ; Examples. DiscussionHidden :hidden; ; ; ; Examples; Description; 3. DOM Traversal Methods; The jQuery Factory Function; ; ; ; ; ; Parameters (first version); Parameters (second version); Parameters (third version); Parameters (fourth version); Parameters (fifth version); Return Value; Description; Selector Context; Wrapping DOM elements; Cloning jQuery Objects; Creating New Elements; Filtering Methods; .filter; ; ; ; Parameters (first version); Parameters (second version); Return Value; Description; Using a Filter Function; .not; ; ; ; Parameters (first version); Parameters (second version).
"This book offers an organized menu of every jQuery method, function, and selector. Each method and function is introduced with a summary of its syntax and a list of its parameters and return value, followed by a discussion, with examples where applicable, to assist in getting the most out of jQuery and avoiding the pitfalls commonly associated with JavaScript and other client-side languages. This book is a companion to Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques. Learning jQuery begins with a tutorial to jQuery, followed by an examination of common, real-world client-side problems, and solutions for each of them, making it an invaluable resource for answers to all your jQuery questions"--Resource description page
English.
9781847193827 184719382X 1847193811 9781847193810 1281252670 9781281252678 9786611252670 6611252673
CL0500000078 Safari Books Online
GBB747492 bnb
018011493 Uk
JavaScript (Computer program language)
Web site development.
JavaScript (Langage de programmation)
Sites Web--Développement.
COMPUTERS--Digital Media--General.
COMPUTERS--Web--User Generated Content.
COMPUTERS--Web--Site Design.
JavaScript (Computer program language)
Web site development
QA76.73.J38 / C43 2007eb
005.2762
JQuery reference guide : a comprehensive exploration of the popular JavaScript library / Jonathan Chaffer, Karl Swedberg ; reviewers, Jörn Zaefferer [and others] ; technical editor, Bansari Barot. - Birmingham, U.K. : Packt Pub., ©2007. - 1 online resource (vii, 249 pages) : illustrations - From technologies to solutions . - From technologies to solutions. .
JQuery Reference Guide; jQuery Reference Guide; Credits; About the Authors; About the Reviewers; Preface; What This Book Covers; Who is This Book For?; Conventions; Reader Feedback; Customer Support; Downloading the Example Code for the Book; Errata; Questions; 1. Anatomy of a jQuery Script; A Dynamic Table of Contents; Obtaining jQuery; Setting Up the HTML Document; Writing the jQuery Code; Script Dissection; Selector Expressions; DOM Traversal Methods; DOM Manipulation Methods; Event Methods; Effect Methods; AJAX Methods; Miscellaneous Methods; Plug-In API; Summary; 2. Selector Expressions. CSS SelectorsElement: T; ; ; ; Example; Description; ID: #myid; ; ; ; Examples; Description; Class: .myclass; ; ; ; Examples; Description; Descendant: E F; ; ; ; Examples; Description; Child: E> F; ; ; ; Examples; Description; Adjacent Sibling: E + F; ; ; ; Examples; Description; General Sibling: E ~ F; ; ; ; Examples; Description; Multiple Elements: E, F, G; ; ; ; Examples; Description; Nth Child (:nth-child(n)); ; ; ; Examples; Description; First Child (:first-child); ; ; ; Examples; Description; Last Child (:last-child); ; ; ; Examples; Description; Only Child :only-child; ; ; ; Examples. Not :not(s); ; ; Examples; Empty :empty; ; ; ; Examples; Description; Universal: *; ; ; ; Examples; Description; XPath Selectors; Descendant: E//F; ; ; ; Examples; Description; Child: E/F; ; ; ; Examples; Description; Parent: E/.; ; ; ; Examples; Description; Contains: [F]; ; ; ; Examples; Description; Attribute Selectors; Has Attribute: [@foo]; ; ; ; Examples; Description; Attribute Value Equals: [@foo=bar]; ; ; ; Examples; Description; Attribute Value Does Not Equal: [@foo!=bar]; ; ; ; Examples; Description; Attribute Value Begins: [@foo^=bar]; ; ; ; Examples; Description. Attribute Value Ends: [@foo=bar]; ; ; Examples; Description; Attribute Value Contains: [@foo*=bar]; ; ; ; Examples; Description; Form Selectors; Custom Selectors; Even Element (:even) Odd Element (:odd); Examples; Description; Nth Element (:eq(n), :nth(n)); Examples; Description; Greater Than :gt(n); Examples; Description; Less Than : lt(n); ; ; ; Examples; Description; First :first; ; ; ; Examples; Discussion; Last :last; ; ; ; Examples; Description; Parent :parent; ; ; ; Examples; Description; Contains :contains(text); ; ; ; Examples; Description; Visible :visible; ; ; ; Examples. DiscussionHidden :hidden; ; ; ; Examples; Description; 3. DOM Traversal Methods; The jQuery Factory Function; ; ; ; ; ; Parameters (first version); Parameters (second version); Parameters (third version); Parameters (fourth version); Parameters (fifth version); Return Value; Description; Selector Context; Wrapping DOM elements; Cloning jQuery Objects; Creating New Elements; Filtering Methods; .filter; ; ; ; Parameters (first version); Parameters (second version); Return Value; Description; Using a Filter Function; .not; ; ; ; Parameters (first version); Parameters (second version).
"This book offers an organized menu of every jQuery method, function, and selector. Each method and function is introduced with a summary of its syntax and a list of its parameters and return value, followed by a discussion, with examples where applicable, to assist in getting the most out of jQuery and avoiding the pitfalls commonly associated with JavaScript and other client-side languages. This book is a companion to Learning jQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques. Learning jQuery begins with a tutorial to jQuery, followed by an examination of common, real-world client-side problems, and solutions for each of them, making it an invaluable resource for answers to all your jQuery questions"--Resource description page
English.
9781847193827 184719382X 1847193811 9781847193810 1281252670 9781281252678 9786611252670 6611252673
CL0500000078 Safari Books Online
GBB747492 bnb
018011493 Uk
JavaScript (Computer program language)
Web site development.
JavaScript (Langage de programmation)
Sites Web--Développement.
COMPUTERS--Digital Media--General.
COMPUTERS--Web--User Generated Content.
COMPUTERS--Web--Site Design.
JavaScript (Computer program language)
Web site development
QA76.73.J38 / C43 2007eb
005.2762