JQuery reference guide : a comprehensive exploration of the popular JavaScript library
Bookreader Item Preview
Share or Embed This Item
texts
JQuery reference guide : a comprehensive exploration of the popular JavaScript library
- Publication date
- 2007
- Topics
- JavaScript (Computer program language), Web site development, COMPUTERS -- Digital Media -- General, COMPUTERS -- Web -- User Generated Content, COMPUTERS -- Web -- Site Design, JavaScript (Computer program language), Web site development
- Publisher
- Birmingham, U.K. : Packt Pub.
- Collection
- internetarchivebooks; inlibrary; printdisabled
- Contributor
- Internet Archive
- Language
- English
- Item Size
- 695.5M
1 online resource (vii, 249 pages) :
"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
"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
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
"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
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)
- Access-restricted-item
- true
- Addeddate
- 2018-06-02 23:56:44
- Associated-names
- Swedberg, Karl, 1967-; Zaefferer, Jörn; Barot, Bansari
- Bookplateleaf
- 0010
- Boxid
- IA1227714
- Camera
- Sony Alpha-A6300 (Control)
- Collection_set
- china
- External-identifier
-
urn:oclc:record:317394727
urn:lcp:jqueryreferenceg0000chaf:lcpdf:f1c65ba5-ad57-49b0-9788-2778752eaa26
urn:lcp:jqueryreferenceg0000chaf:epub:22167cff-fcc8-445d-984a-60b91d5a60da - Foldoutcount
- 0
- Identifier
- jqueryreferenceg0000chaf
- Identifier-ark
- ark:/13960/t1vf3p40h
- Invoice
- 1213
- Isbn
-
9781847193827
184719382X
1847193811
9781847193810 - Ocr_converted
- abbyy-to-hocr 1.1.20
- Ocr_module_version
- 0.0.17
- Openlibrary_edition
- OL24157459M
- Openlibrary_work
- OL15030600W
- Page_number_confidence
- 16
- Page_number_module_version
- 1.0.5
- Pages
- 276
- Ppi
- 300
- Printer
- DYMO_LabelWriter_450_Turbo
- Republisher_date
- 20180605113720
- Republisher_operator
- [email protected]
- Republisher_time
- 425
- Scandate
- 20180603005638
- Scanner
- ttscribe10.hongkong.archive.org
- Scanningcenter
- hongkong
- Tts_version
- v1.58-final-25-g44facaa
- Worldcat (source edition)
- 317394727
- Full catalog record
- MARCXML
comment
Reviews
49 Previews
1 Favorite
DOWNLOAD OPTIONS
No suitable files to display here.
IN COLLECTIONS
Internet Archive BooksUploaded by ttscribe10.hongkong on
Open Library