Cargando…

Beginning JavaScript and CSS development with jQuery /

JQuery allows you to do more in the world of dynamic web applications, with less code and fewer errors. It reduces the amount of JavaScript programming to only a few lines of code while making your JavaScript more intuitive and attractive to work with. At the same time, jQuery makes it easier to man...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: York, Richard, 1978-
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Indianapolis, IN : Wiley Pub., ©2009.
Colección:Wrox beginning guides.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 a 4500
001 OR_ocn457180036
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 091020s2009 inua ob 001 0 eng d
040 |a N$T  |b eng  |e pn  |c N$T  |d OCLCQ  |d TEFOD  |d YDXCP  |d EBLCP  |d IDEBK  |d CDX  |d E7B  |d OCLCQ  |d LGG  |d UMI  |d MHW  |d OCLCQ  |d B24X7  |d OCLCQ  |d DEBSZ  |d OCLCQ  |d OCLCF  |d MERUC  |d BTCTA  |d UKDOC  |d TEFOD  |d OCLCQ  |d COO  |d OCLCQ  |d CNNOR  |d LIV  |d OCLCQ  |d UUM  |d LND  |d WRM  |d CEF  |d OCLCQ  |d AU@  |d OCLCQ  |d WYU  |d UAB  |d VT2  |d RDF  |d OCLCQ  |d EQF  |d INARC  |d OCLCO  |d OCLCQ  |d UKAHL  |d OCLCQ  |d OCLCO 
015 |a GBA925097  |2 bnb 
016 7 |a 014926308  |2 Uk 
019 |a 401167803  |a 438709939  |a 463291610  |a 466904205  |a 647821383  |a 670278143  |a 741566629  |a 746602258  |a 1038388769  |a 1043069647  |a 1064062921  |a 1103273027  |a 1129375071  |a 1153049455  |a 1192352067  |a 1200298293  |a 1240508918 
020 |a 9780470500439  |q (electronic bk.) 
020 |a 0470500433  |q (electronic bk.) 
020 |a 9780470227794  |q (paper) 
020 |a 0470227796  |q (paper) 
020 |a 9786612188480 
020 |a 6612188480 
020 |a 9781118059500 
020 |a 1118059506 
024 8 |a 9786612188480 
029 1 |a AU@  |b 000053263509 
029 1 |a DEBBG  |b BV044137295 
029 1 |a DEBSZ  |b 368467716 
029 1 |a DEBSZ  |b 372812309 
029 1 |a DEBSZ  |b 396278949 
029 1 |a NZ1  |b 14241837 
035 |a (OCoLC)457180036  |z (OCoLC)401167803  |z (OCoLC)438709939  |z (OCoLC)463291610  |z (OCoLC)466904205  |z (OCoLC)647821383  |z (OCoLC)670278143  |z (OCoLC)741566629  |z (OCoLC)746602258  |z (OCoLC)1038388769  |z (OCoLC)1043069647  |z (OCoLC)1064062921  |z (OCoLC)1103273027  |z (OCoLC)1129375071  |z (OCoLC)1153049455  |z (OCoLC)1192352067  |z (OCoLC)1200298293  |z (OCoLC)1240508918 
037 |b OverDrive, Inc.  |n http://www.overdrive.com 
037 |a C6A43B64-9BA9-4C20-9315-C27144DF93CC  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.J38  |b Y67 2009eb 
072 7 |a COM  |x 060160  |2 bisacsh 
082 0 4 |a 006.7/6  |2 22 
049 |a UAMI 
100 1 |a York, Richard,  |d 1978- 
245 1 0 |a Beginning JavaScript and CSS development with jQuery /  |c Richard York. 
260 |a Indianapolis, IN :  |b Wiley Pub.,  |c ©2009. 
300 |a 1 online resource (xxv, 529 pages) :  |b illustrations (chiefly color) 
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 Wrox beginning guides 
504 |a Includes bibliographical references and index. 
520 |a JQuery allows you to do more in the world of dynamic web applications, with less code and fewer errors. It reduces the amount of JavaScript programming to only a few lines of code while making your JavaScript more intuitive and attractive to work with. At the same time, jQuery makes it easier to manipulate CSS from JavaScript by allowing you to set style for one or many elements at once. With this unique, project-oriented book, author Richard York teaches even the most novice of JavaScript users how to quickly get started utilizing the JavaScript jQuery Library to decrease the amount of code t. 
588 0 |a Print version record. 
505 0 |a Beginning JavaScript and CSS Development with jQuery; About the Author; Credits; Contents; Introduction; Who This Book Is For; What This Book Covers; How This Book Is Structured; What You Need to Use This Book; Conventions; Source Code; Errata; p2p.wrox.com; Part I: jQuery API; Chapter 1: Introduction to jQuery; What Does jQuery Do for Me?; Who Develops jQuery?; Obtaining jQuery; Installing jQuery; Programming Conventions; Summary; Chapter 2: Selecting and Filtering; The Origin of the Selectors API; Using the Selectors API; Filtering a Selection; Summary; Exercises; Chapter 3: Events 
505 8 |a Assigning an Event with the Traditional Event ModelAssigning Events with the W3C Event Model; The Microsoft JScript Event Model; Creating a Universal Event API; Summary; Exercises; Chapter 4: Manipulating Content and Attributes; Setting and Accessing Attributes; Manipulating Class Names; Manipulating HTML and Text Content; Replacing Elements; Removing Content; Cloning Content; Summary; Exercises; Chapter 5: Arrays and Iteration; Basic Iteration; Filtering Selections and Arrays; Mapping a Selection or an Array; Array Utility Methods; Summary; Exercises; Chapter 6: CSS; The css() Method 
505 8 |a The outerWidth() and outerHeight() MethodsSummary; Exercises; Chapter 7: AJAX; Making a Server Request; Loading HTML Snippets from the Server; Dynamically Loading JavaScript; AJAX Events; Making an AJAX-Style File Upload; Summary; Exercises; Chapter 8: Effects; Showing and Hiding Elements; Sliding Elements; Fading Elements; Custom Animation; Summary; Exercises; Chapter 9: Plugins; Writing a Plugin; Good Practice for jQuery Plugin Development; Summary; Exercises; Part II: jQuery UI; Chapter 10: Implementing Drag-and-Drop; Making Elements Draggable; Making Elements Draggable with Ghosting 
505 8 |a Dragging between Windows in SafariDelegating Drop Zones for Dragged Elements; Summary; Exercises; Chapter 11: Drag-and-Drop Sorting; Making a List Sortable; Customizing Sortables; Saving the State of Sorted Lists; Summary; Exercises; Chapter 12: Selection by Drawing a Box; Introducing the Selectables Plugin; Summary; Exercises; Chapter 13: Accordion UI; Building an Accordion UI; Setting Auto-Height; Changing the Default Pane; Toggling the alwaysOpen Option; Changing the Accordion Event; Filling the Height of the Parent Element; Setting the Header Elements; Styling Selected Panes 
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 Cascading style sheets. 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a Sites Web  |x Conception. 
650 6 |a Feuilles de style en cascade. 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a Cascading style sheets  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Web sites  |x Design  |2 fast 
776 0 8 |i Print version:  |a York, Richard, 1978-  |t Beginning JavaScript and CSS development with jQuery.  |d Indianapolis, IN : Wiley Pub., ©2009  |z 9780470227794  |z 0470227796  |w (DLC) 2009005636  |w (OCoLC)255894353 
830 0 |a Wrox beginning guides. 
856 4 0 |u https://learning.oreilly.com/library/view/~/9780470227794/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a 123Library  |b 123L  |n 11731 
938 |a Askews and Holts Library Services  |b ASKH  |n AH13345744 
938 |a Books 24x7  |b B247  |n bks00032009 
938 |a Baker and Taylor  |b BTCP  |n BK0008431365 
938 |a Coutts Information Services  |b COUT  |n 10497191  |c 44.99 USD 
938 |a EBL - Ebook Library  |b EBLB  |n EBL448955 
938 |a ebrary  |b EBRY  |n ebr10310586 
938 |a EBSCOhost  |b EBSC  |n 290113 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n 218848 
938 |a Internet Archive  |b INAR  |n beginningjavascr0000york 
938 |a YBP Library Services  |b YANK  |n 12669799 
938 |a YBP Library Services  |b YANK  |n 3057079 
994 |a 92  |b IZTAP