Amazon cover image
Image from Amazon.com

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.

By: Contributor(s): Material type: TextTextSeries: From technologies to solutionsPublication details: Birmingham, U.K. : Packt Pub., ©2007.Description: 1 online resource (vii, 249 pages) : illustrationsContent type:
  • text
Media type:
  • computer
Carrier type:
  • online resource
ISBN:
  • 9781847193827
  • 184719382X
  • 1847193811
  • 9781847193810
  • 1281252670
  • 9781281252678
  • 9786611252670
  • 6611252673
Subject(s): Genre/Form: Additional physical formats: Print version:: JQuery reference guide.DDC classification:
  • 005.2762 22
LOC classification:
  • QA76.73.J38 C43 2007eb
Online resources:
Contents:
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).
Summary: "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
Item type:
Tags from this library: No tags from this library for this title. Log in to add tags.
Star ratings
    Average rating: 0.0 (0 votes)
Holdings
Item type Home library Collection Call number Materials specified Status Date due Barcode
Electronic-Books Electronic-Books OPJGU Sonepat- Campus E-Books EBSCO Available

"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).

English.

eBooks on EBSCOhost EBSCO eBook Subscription Academic Collection - Worldwide

There are no comments on this title.

to post a comment.

O.P. Jindal Global University, Sonepat-Narela Road, Sonepat, Haryana (India) - 131001

Send your feedback to glus@jgu.edu.in

Hosted, Implemented & Customized by: BestBookBuddies   |   Maintained by: Global Library