|
|
|
|
LEADER |
00000cam a2200000 a 4500 |
001 |
EBSCO_ocn317394727 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr zn||||||||| |
008 |
090213s2007 enka o 001 0 eng d |
040 |
|
|
|a YUS
|b eng
|e pn
|c YUS
|d OCLCQ
|d IDEBK
|d UMI
|d OCLCQ
|d N$T
|d E7B
|d OCLCQ
|d B24X7
|d OCLCQ
|d DEBSZ
|d OCLCO
|d OCLCF
|d YDXCP
|d EBLCP
|d OCLCQ
|d COO
|d OCLCQ
|d AGLDB
|d LIV
|d OCLCQ
|d MERUC
|d OCLCQ
|d VTS
|d CEF
|d NLE
|d OCLCQ
|d UKMGB
|d STF
|d UAB
|d M8D
|d VT2
|d OCLCQ
|d INARC
|d VLY
|d BRF
|d OCLCQ
|d OCLCO
|d MHW
|d VHC
|d OCLCQ
|d OCLCO
|
015 |
|
|
|a GBB747492
|2 bnb
|
016 |
7 |
|
|a 018011493
|2 Uk
|
019 |
|
|
|a 666916513
|a 688511219
|a 708252110
|a 765143114
|a 823244795
|a 1103254901
|a 1162364021
|a 1241758393
|a 1300594988
|a 1303399628
|
020 |
|
|
|a 9781847193827
|q (electronic bk.)
|
020 |
|
|
|a 184719382X
|q (electronic bk.)
|
020 |
|
|
|a 1847193811
|
020 |
|
|
|a 9781847193810
|
020 |
|
|
|a 1281252670
|
020 |
|
|
|a 9781281252678
|
020 |
|
|
|a 9786611252670
|
020 |
|
|
|a 6611252673
|
020 |
|
|
|z 9781847193810
|
029 |
1 |
|
|a DEBBG
|b BV043108784
|
029 |
1 |
|
|a DEBSZ
|b 368476782
|
029 |
1 |
|
|a DEBSZ
|b 397369492
|
029 |
1 |
|
|a DEBSZ
|b 421630531
|
029 |
1 |
|
|a UKMGB
|b 018011493
|
035 |
|
|
|a (OCoLC)317394727
|z (OCoLC)666916513
|z (OCoLC)688511219
|z (OCoLC)708252110
|z (OCoLC)765143114
|z (OCoLC)823244795
|z (OCoLC)1103254901
|z (OCoLC)1162364021
|z (OCoLC)1241758393
|z (OCoLC)1300594988
|z (OCoLC)1303399628
|
037 |
|
|
|a CL0500000078
|b Safari Books Online
|
050 |
|
4 |
|a QA76.73.J38
|b C43 2007eb
|
072 |
|
7 |
|a COM
|x 087000
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 060150
|2 bisacsh
|
072 |
|
7 |
|a COM
|x 060130
|2 bisacsh
|
082 |
0 |
4 |
|a 005.2762
|2 22
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Chaffer, Jonathan.
|
245 |
1 |
0 |
|a JQuery reference guide :
|b a comprehensive exploration of the popular JavaScript library /
|c Jonathan Chaffer, Karl Swedberg ; reviewers, Jörn Zaefferer [and others] ; technical editor, Bansari Barot.
|
260 |
|
|
|a Birmingham, U.K. :
|b Packt Pub.,
|c ©2007.
|
300 |
|
|
|a 1 online resource (vii, 249 pages) :
|b illustrations
|
336 |
|
|
|a text
|b txt
|2 rdacontent
|
337 |
|
|
|a computer
|b c
|2 rdamedia
|
338 |
|
|
|a online resource
|b cr
|2 rdacarrier
|
490 |
1 |
|
|a From technologies to solutions
|
520 |
|
|
|a "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
|
505 |
0 |
|
|a 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.
|
505 |
8 |
|
|a 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.
|
505 |
8 |
|
|a 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.
|
505 |
8 |
|
|a 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.
|
505 |
8 |
|
|a 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).
|
546 |
|
|
|a English.
|
590 |
|
|
|a eBooks on EBSCOhost
|b EBSCO eBook Subscription Academic Collection - Worldwide
|
650 |
|
0 |
|a JavaScript (Computer program language)
|
650 |
|
0 |
|a Web site development.
|
650 |
|
6 |
|a JavaScript (Langage de programmation)
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
7 |
|a COMPUTERS
|x Digital Media
|x General.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x User Generated Content.
|2 bisacsh
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Site Design.
|2 bisacsh
|
650 |
|
7 |
|a JavaScript (Computer program language)
|2 fast
|
650 |
|
7 |
|a Web site development
|2 fast
|
700 |
1 |
|
|a Swedberg, Karl,
|d 1967-
|4 aut
|
700 |
1 |
|
|a Zaefferer, Jörn.
|4 rev
|
700 |
1 |
|
|a Barot, Bansari.
|4 edt
|
776 |
0 |
8 |
|i Print version:
|a Chaffer, Jonathan.
|t JQuery reference guide.
|d Birmingham : Packt Pub., 2007
|z 9781847193810
|w (OCoLC)213812330
|
830 |
|
0 |
|a From technologies to solutions.
|
856 |
4 |
0 |
|u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=356299
|z Texto completo
|
936 |
|
|
|a BATCHLOAD
|
938 |
|
|
|a Books 24x7
|b B247
|n bks00029201
|
938 |
|
|
|a EBSCOhost
|b EBSC
|n 356299
|
938 |
|
|
|a Internet Archive
|b INAR
|n jqueryreferenceg0000chaf
|
938 |
|
|
|a Internet Archive
|b INAR
|n jqueryreferenceg0000swed
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 3648695
|
994 |
|
|
|a 92
|b IZTAP
|