|
|
|
|
LEADER |
00000cam a2200000Ia 4500 |
001 |
OR_ocn752976160 |
003 |
OCoLC |
005 |
20231017213018.0 |
006 |
m o d |
007 |
cr unu|||||||| |
008 |
110916s2011 caua o 001 0 eng d |
010 |
|
|
|a 2011293578
|
040 |
|
|
|a UMI
|b eng
|e pn
|c UMI
|d CUS
|d COO
|d DEBSZ
|d C6I
|d WAU
|d YDXCP
|d OCLCF
|d IDEBK
|d UKBOL
|d NLE
|d EBLCP
|d NUI
|d N$T
|d TEFOD
|d E7B
|d TEFOD
|d OCLCQ
|d FEM
|d Z5A
|d NRC
|d OCLCQ
|d UUM
|d INARC
|d BRL
|d CEF
|d NTG
|d MOQ
|d AU@
|d OCLCQ
|d UAB
|d WYU
|d VT2
|d UKAHL
|d OCLCQ
|d OCLCO
|d OCLCQ
|d OCLCO
|
016 |
7 |
|
|a 015785882
|2 Uk
|
019 |
|
|
|a 767498702
|a 809745717
|a 861531026
|a 968016628
|a 969024038
|a 1035140167
|a 1062870815
|a 1103266341
|a 1129364361
|
020 |
|
|
|a 9781449317508
|q (electronic bk.)
|
020 |
|
|
|a 1449317502
|q (electronic bk.)
|
020 |
|
|
|a 9781449331542
|
020 |
|
|
|a 1449331548
|
020 |
|
|
|z 9781449393212
|q (paper)
|
020 |
|
|
|z 1449393217
|q (paper)
|
024 |
8 |
|
|a 9781449311988
|
029 |
1 |
|
|a AU@
|b 000052893872
|
029 |
1 |
|
|a AU@
|b 000058026314
|
029 |
1 |
|
|a DEBSZ
|b 367965402
|
029 |
1 |
|
|a DEBSZ
|b 397142269
|
035 |
|
|
|a (OCoLC)752976160
|z (OCoLC)767498702
|z (OCoLC)809745717
|z (OCoLC)861531026
|z (OCoLC)968016628
|z (OCoLC)969024038
|z (OCoLC)1035140167
|z (OCoLC)1062870815
|z (OCoLC)1103266341
|z (OCoLC)1129364361
|
037 |
|
|
|a CL0500000112
|b Safari Books Online
|
037 |
|
|
|a FAC86DE4-ABB7-473D-91B0-DB29DD6BAAEF
|b OverDrive, Inc.
|n http://www.overdrive.com
|
050 |
|
4 |
|a QA76.73.J39
|b B44 2011eb
|
072 |
|
7 |
|a COM
|x 060160
|2 bisacsh
|
082 |
0 |
4 |
|a 006.7/6
|2 23
|
049 |
|
|
|a UAMI
|
100 |
1 |
|
|a Benedetti, Ryan.
|
245 |
1 |
0 |
|a Head first jQuery /
|c Ryan Benedetti, Ronan Cranley.
|
246 |
3 |
0 |
|a JQuery
|
250 |
|
|
|a 1st ed.
|
260 |
|
|
|a Sebastopol, CA :
|b O'Reilly Media,
|c ©2011.
|
300 |
|
|
|a 1 online resource (500 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
|
347 |
|
|
|a text file
|2 rda
|
490 |
1 |
|
|a Head first series
|
588 |
0 |
|
|a Print version record.
|
505 |
0 |
|
|a Table of Contents (Summary); Table of Contents (The real thing); Intro: How to Use This Book; Who is this book for?; Metacognition: thinking about thinking; Bend your brain into submission; Read me; Software requirements; Download jQuery; Folder setup; The technical review team; Acknowledgments; Safari® Books Online; Chapter 1: Getting Started with jQuery: Web page action; You want web page power; HTML and CSS are fine, but ... ; ... you need the power of script; Enter jQuery (and JavaScript)!; Look into the browser; The hidden structure of a web page; jQuery makes the DOM less scary.
|
505 |
8 |
|
|a How does that work?jQuery selects elements the same way CSS does; Style, meet script; jQuery selectors at your service; jQuery in translation; Your first jQuery gig; Set up your HTML and CSS files; Slide on in ... ; May the fade be with you; That's it?; You rescued the Furry Friends campaign; Your jQuery Toolbox; Chapter 2: Selectors and Methods: Grab and go; Jump for Joy needs your help; What are the project requirements?; Dig in with divs; A click event up close; Add the click method to your page; Get more specific; Classing up your elements; ID-entifying elements; Wire up your web page.
|
505 |
8 |
|
|a Meanwhile, back to our listCreating some storage space; Mix things up with concatenation; Meanwhile, back in the code ... ; Insert your message with append; Everything works great, but ... ; Give me (this) one; Put (this) to work; Good riddance with remove; Dig down with descendant selectors; Your turn to jump for joy; Your jQuery Toolbox; Chapter 3: jQuery Events and Functions: Making things happen on your page; Your jQuery skillz are in demand again; The money man has a point ... ; Making your page eventful; Behind the scenes of an event listener; Binding an event; Triggering events.
|
505 |
8 |
|
|a Removing an eventGoing through the elements; Your project structure; Making things function-al; The nuts and bolts of a function; The anonymous function; Named functions as event handlers; Passing a variable to a function; Functions can return a value, too; Use conditional logic to make decisions; Jump for Joy needs even more help; Methods can change the CSS; Add a hover event; You're almost there ... ; Your jQuery Toolbox; Chapter 4: jQuery Web Page Manipulation: Mod the DOM; The Webville Eatery wants an interactive menu; Go vegetarian; Class up your elements; Button things up; What's next?
|
505 |
8 |
|
|a Swinging through the DOM treeTraversal methods climb the DOM; Chain methods to climb farther; Variables can store elements, too; There's that dollar sign again ... ; Expand your storage options with arrays; Store elements in an array; Change out elements with replaceWith; How can replaceWith help?; Think ahead before using replaceWith; replaceWith doesn't work for every situation; Insert HTML content into the DOM; Use filter methods to narrow your selections (Part 1); Use filter methods to narrow your selections (Part 2); Bring the burger back; Where's the beef (er ... meat)?; A meaty array.
|
520 |
|
|
|a Want to add more interactivity and polish to your websites? Discover how jQuery can help you build complex scripting functionality in just a few lines of code. With Head First jQuery, you'll quickly get up to speed on this amazing JavaScript library by learning how to navigate HTML documents while handling events, effects, callbacks, and animations. By the time you've completed the book, you'll be incorporating Ajax apps, working seamlessly with HTML and CSS, and handling data with PHP, MySQL and JSON. If you want to learn--and understand--how to create interactive web pages, unobtrusive script.
|
542 |
|
|
|f Copyright © O'Reilly Media, Inc.
|g 2011.
|
590 |
|
|
|a O'Reilly
|b O'Reilly Online Learning: Academic/Public Library Edition
|
650 |
|
0 |
|a JavaScript (Computer program language)
|
650 |
|
0 |
|a Web sites
|x Design.
|
650 |
|
0 |
|a Web site development.
|
650 |
|
0 |
|a Open source software.
|
650 |
|
6 |
|a JavaScript (Langage de programmation)
|
650 |
|
6 |
|a Sites Web
|x Conception.
|
650 |
|
6 |
|a Sites Web
|x Développement.
|
650 |
|
6 |
|a Logiciels libres.
|
650 |
|
7 |
|a COMPUTERS
|x Web
|x Web Programming.
|2 bisacsh
|
650 |
|
7 |
|a JavaScript (Computer program language)
|2 fast
|
650 |
|
7 |
|a Open source software
|2 fast
|
650 |
|
7 |
|a Web site development
|2 fast
|
650 |
|
7 |
|a Web sites
|x Design
|2 fast
|
700 |
1 |
|
|a Cranley, Ronan.
|
776 |
0 |
8 |
|i Print version:
|a Benedetti, Ryan.
|t Head first jQuery.
|b 1st ed.
|d Sebastopol, CA : O'Reilly Media, ©2011
|z 9781449393212
|w (DLC) 2011293578
|w (OCoLC)769141706
|
830 |
|
0 |
|a Head first series.
|
856 |
4 |
0 |
|u https://learning.oreilly.com/library/view/~/9781449311988/?ar
|z Texto completo (Requiere registro previo con correo institucional)
|
938 |
|
|
|a Askews and Holts Library Services
|b ASKH
|n AH26833506
|
938 |
|
|
|a ProQuest Ebook Central
|b EBLB
|n EBL781796
|
938 |
|
|
|a ebrary
|b EBRY
|n ebr10758741
|
938 |
|
|
|a ProQuest MyiLibrary Digital eBook Collection
|b IDEB
|n cis28411146
|
938 |
|
|
|a Internet Archive
|b INAR
|n headfirstjquery00bene_0
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 11338630
|
938 |
|
|
|a YBP Library Services
|b YANK
|n 7269311
|
994 |
|
|
|a 92
|b IZTAP
|