Cargando…

Beyond jQuery /

This book gives you the confidence to abandon your jQuery crutches and walk freely with the power of the web API and JavaScript. Learn about the most important concepts surrounding web development as we demystify jQuery. Beyond jQuery doesn't just throw code at you - everything is explained in...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Nicholus, Ray (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: [New York] : Apress, [2016]
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)

MARC

LEADER 00000cam a2200000 i 4500
001 OR_ocn961117277
003 OCoLC
005 20231017213018.0
006 m o d
007 cr cnu---unuuu
008 161024s2016 nyu o 001 0 eng d
040 |a N$T  |b eng  |e rda  |e pn  |c N$T  |d N$T  |d YDX  |d IDEBK  |d EBLCP  |d GW5XE  |d OCLCF  |d STF  |d UMI  |d UPM  |d VT2  |d DEBBG  |d IDB  |d COO  |d IOG  |d UAB  |d K6U  |d OTZ  |d IAD  |d JBG  |d ICW  |d MERUC  |d ILO  |d ICN  |d LIV  |d OCLCQ  |d ESU  |d OCLCQ  |d U3W  |d REB  |d D6H  |d CAUOI  |d VVB  |d CEF  |d KSU  |d RRP  |d ESEHU  |d INT  |d AU@  |d WYU  |d UKMGB  |d AUD  |d LEAUB  |d CNCEN  |d G3B  |d OCLCQ  |d ADU  |d LEATE  |d OCLCQ  |d SFB  |d OCLCQ  |d UKAHL  |d BRF  |d OCLCO  |d OCLCQ  |d OCLCO 
015 |a GBB8O2123  |2 bnb 
016 7 |a 019177145  |2 Uk 
019 |a 961207159  |a 961352574  |a 962438211  |a 963965952  |a 964864348  |a 967625322  |a 981032041  |a 1005773596  |a 1008946365  |a 1012056424  |a 1048130165  |a 1058658254  |a 1066684302  |a 1086467417  |a 1097137656  |a 1113443840  |a 1122810905  |a 1126416824  |a 1129364921 
020 |a 9781484222355  |q (electronic bk.) 
020 |a 1484222350  |q (electronic bk.) 
020 |z 9781484222348 
020 |z 1484222342 
024 7 |a 10.1007/978-1-4842-2235-5  |2 doi 
029 1 |a AU@  |b 000058946376 
029 1 |a AU@  |b 000059646422 
029 1 |a AU@  |b 000060583873 
029 1 |a DEBBG  |b BV043970602 
029 1 |a DEBSZ  |b 485810778 
029 1 |a DKDLA  |b 820120-katalog:999887917905765 
029 1 |a GBVCP  |b 882761811 
029 1 |a UKMGB  |b 019177145 
035 |a (OCoLC)961117277  |z (OCoLC)961207159  |z (OCoLC)961352574  |z (OCoLC)962438211  |z (OCoLC)963965952  |z (OCoLC)964864348  |z (OCoLC)967625322  |z (OCoLC)981032041  |z (OCoLC)1005773596  |z (OCoLC)1008946365  |z (OCoLC)1012056424  |z (OCoLC)1048130165  |z (OCoLC)1058658254  |z (OCoLC)1066684302  |z (OCoLC)1086467417  |z (OCoLC)1097137656  |z (OCoLC)1113443840  |z (OCoLC)1122810905  |z (OCoLC)1126416824  |z (OCoLC)1129364921 
037 |a 965258  |b MIL 
050 4 |a QA76.73.J38 
072 7 |a COM  |x 000000  |2 bisacsh 
072 7 |a UMW  |2 bicssc 
072 7 |a UMW  |2 thema 
082 0 4 |a 006.7/4  |2 23 
049 |a UAMI 
100 1 |a Nicholus, Ray,  |e author. 
245 1 0 |a Beyond jQuery /  |c Ray Nicholus. 
264 1 |a [New York] :  |b Apress,  |c [2016] 
300 |a 1 online resource 
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 
347 |b PDF 
500 |a Includes index. 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed October 28, 2016). 
505 0 |a At a Glance; Contents; About the Author; Preface; Acknowledgments; Introduction; Chapter 1: The Oppressive Magic of jQuery; Why Have We Been Using jQuery?; Simplicity; Community; Habit; Elegance; Fear; A Crutch Is Only Temporary; You Are a Mechanic, Not a Driver; Stunted Growth; The Price of Shortcuts (a True Story); A New Direction, a New Web Developer; Shortcuts and My Own Stunted Growth; A Challenge: No jQuery Allowed!; Focus on the Implementation, Not the Magic; Chapter 2: You Don't Need jQuery (Anymore); Need vs. Want; Both Sides of the Acceptable Use Argument. 
505 8 |a When Is It Acceptable to Use It?When Should You Refrain from Using It?; Should You Use Other Libraries Instead?; Small Shims Over Large Wrappers; Writing Your Own Shim; The Final Word; Chapter 3: Understanding the Web API and "Vanilla" JavaScript; Everything You Need to Know About Browsers; Ancient Browsers; Modern Browsers; Evergreen Browsers; Mobile Browsers; Non-browsers; What Is This Web API and Why Is It Important?; The DOM API; Everything Else (non-DOM); JavaScript: A Less Elegant Version of jQuery?; The Language vs. the Web API; History and Standardization. 
505 8 |a Chapter 4: Finding HTML ElementsCore Element Selectors; IDs; jQuery; Web API; Classes; jQuery; Web API; Element Tags; jQuery; Web API; Pseudo-classes; jQuery; Web API; Selecting Elements Based on Their Relations; Parents and Children; jQuery; Web API; Siblings; jQuery; Web API; Ancestors and Descendants; jQuery; Web API; Mastering Advanced Element Selection; Excluding Elements; jQuery; Web API; Multiple Selectors; jQuery; Web API; Element Categories and Modifiers; A Simple Replacement for (selector); Chapter 5: Using and Understanding HTML Element Attributes; What Is an Attribute? 
505 8 |a History and StandardizationHow Do Attributes Differ from Properties?; Finding Elements Using Attributes; Finding Elements Using Attribute Names; jQuery; Web API; Finding Elements Using Attribute Names and Values; jQuery; Web API; The Power of Wildcard and Fuzzy Attribute Selectors; Looking for Specific Characters; Looking for Specific Words; Attribute Values That Start or End With . . .; Reading and Modifying Element Attributes; Class Attributes; Reading Classes; Adding and Removing Classes; Toggling Classes; Data Attributes; Working with Other Standard and Custom Attributes. 
505 8 |a Reading AttributesModifying Attributes; Chapter 6: HTML Element Data Storage and Retrieval; Why Would You Want to Attach Data to Elements?; Tracking State; Connecting Elements; Storing Models Directly in Your Elements; Common Pitfalls of Pairing Data with Elements; Memory Leaks; Managing Data; Using a Solution for All Browsers; Storing Small Bits of Data Using data- Attributes; Reading and Updating data- Attributes with jQuery; Using the Web API to Read and Update data- Attributes; Complex Element Data Storage and Retrieval; The Familiar jQuery Approach; Using a More Natural Approach. 
520 |a This book gives you the confidence to abandon your jQuery crutches and walk freely with the power of the web API and JavaScript. Learn about the most important concepts surrounding web development as we demystify jQuery. Beyond jQuery doesn't just throw code at you - everything is explained in detail from the perspective of a jQuery developer. jQuery is often injected into web applications and libraries with no logical reason for pulling it in as a dependency. Many web developers don't really know when they need to use jQuery, and when they don't - it's just a standard step when setting up a new library or web application. But relying solely on jQuery as your window to the web leaves large gaps in your knowledge. This in turn results in frustration when the abstraction that jQuery provides "leaks" and exposes you to the native aspects of the browser. Beyond jQuery educates developers, reveals the magic behind jQuery, helps you solve common problems without it, and gives you more confidence to embrace the power of the web API and standardized JavaScript 
590 |a O'Reilly  |b O'Reilly Online Learning: Academic/Public Library Edition 
650 0 |a JavaScript (Computer program language) 
650 0 |a HTML (Document markup language) 
650 0 |a Query languages (Computer science) 
650 0 |a Subroutines (Computer programs) 
650 6 |a JavaScript (Langage de programmation) 
650 6 |a HTML (Langage de balisage) 
650 6 |a Langages d'interrogation. 
650 6 |a Sous-programmes (Logiciels) 
650 7 |a HTML.  |2 aat 
650 7 |a Information technology: general issues.  |2 bicssc 
650 7 |a Artificial intelligence.  |2 bicssc 
650 7 |a Web programming.  |2 bicssc 
650 7 |a COMPUTERS  |x General.  |2 bisacsh 
650 7 |a HTML (Document markup language)  |2 fast 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Query languages (Computer science)  |2 fast 
650 7 |a Subroutines (Computer programs)  |2 fast 
776 0 8 |i Print version:  |t Beyond Jquery.  |d [Place of publication not identified] : Apress 2016  |z 9781484222348  |w (OCoLC)953709550 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781484222355/?ar  |z Texto completo (Requiere registro previo con correo institucional) 
938 |a Askews and Holts Library Services  |b ASKH  |n AH32378196 
938 |a ProQuest Ebook Central  |b EBLB  |n EBL4721334 
938 |a EBSCOhost  |b EBSC  |n 1290593 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis36771361 
938 |a YBP Library Services  |b YANK  |n 13230377 
994 |a 92  |b IZTAP