Cargando…

jQuery essentials : optimize and implement the features of jQuery to build and maintain your websites with minimum hassle /

Annotation

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Miles, Troy (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham : Packt Publishing, 2016.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ii 4500
001 EBSCO_ocn939400487
003 OCoLC
005 20231017213018.0
006 m o d
007 cr unu||||||||
008 160215s2016 enk o 001 0 eng d
040 |a UMI  |b eng  |e rda  |e pn  |c UMI  |d TEFOD  |d OCLCF  |d TEFOD  |d IDEBK  |d DEBSZ  |d N$T  |d DEBBG  |d C6I  |d PBF  |d YDXCP  |d S4S  |d OCLCQ  |d CEF  |d NLE  |d UKMGB  |d MQY  |d AGLDB  |d IGB  |d RDF  |d EMU  |d OCLCO  |d OCLCQ  |d DXU  |d OCLCQ  |d QGK  |d OCLCO 
015 |a GBB6G3422  |2 bnb 
016 7 |a 018010452  |2 Uk 
019 |a 936624571  |a 936961761  |a 1259106154 
020 |a 9781785282652  |q (electronic bk.) 
020 |a 1785282654  |q (electronic bk.) 
020 |z 9781785286353 
020 |z 1785286358 
029 1 |a DEBSZ  |b 47387539X 
029 1 |a DEBBG  |b BV043968916 
029 1 |a DEBSZ  |b 485794284 
029 1 |a GBVCP  |b 882753096 
029 1 |a AU@  |b 000062539996 
029 1 |a UKMGB  |b 018010452 
029 1 |a AU@  |b 000057104823 
035 |a (OCoLC)939400487  |z (OCoLC)936624571  |z (OCoLC)936961761  |z (OCoLC)1259106154 
037 |a CL0500000716  |b Safari Books Online 
037 |a E27A862D-7FF7-4C15-BDF6-990BFEAD4E9A  |b OverDrive, Inc.  |n http://www.overdrive.com 
050 4 |a QA76.73.J39 
072 7 |a COM  |x 051260  |2 bisacsh 
082 0 4 |a 005.2762  |2 23 
049 |a UAMI 
100 1 |a Miles, Troy,  |e author. 
245 1 0 |a jQuery essentials :  |b optimize and implement the features of jQuery to build and maintain your websites with minimum hassle /  |c Troy Miles. 
264 1 |a Birmingham :  |b Packt Publishing,  |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 
490 1 |a Community experience distilled 
588 0 |a Online resource; title from PDF title page (EBSCO, viewed November 16, 2016) 
500 |a Includes index. 
520 8 |a Annotation  |b Optimize and implement the features of JQuery to build and maintain your websites with minimum hassleAbout This Book Build dynamic websites efficiently without any performance issues Learn to use existing jQuery plugins and or write your own for your websites This is the most up-to-date book on the market at the moment, packed with detailed explanations and real-world examplesWho This Book Is ForWhether you are a beginner or an experienced developer who is looking for quick answers, you will find what you need in this book.What You Will Learn Quickly find and modify HTML DOM elements Use animation to add flair to your site Create your own events to decouple your application Measure the performance of your website's JavaScript Write unit tests to ensure that your application is behaving correctly Use plugins to save reinventing the wheel and enhance your site quickly Use client-side validation on forms to prevent your users from sending bad data to your application Write your own jQuery plugins in order to encapsulate your company's business logicIn DetailJQuery is still the most popular JavaScript library. It is used in over 60% of the top websites on the Internet. It was written to make DOM manipulation (so, moving things around a web page) easier for developers. It acts through JavaScript to ascribe HTML elements to the DOM attributes. Because it is a library of predefined functions, all you need to start using jQuery is a working knowledge of the syntax and a reference for the functions available to you.This practical guide shows you how to make the most of jQuery to boost the performance of your websites and applications. We start off with a quick glance through the basics of JQuery, followed by the explanation of JQuery selectors, filters, and DOM element manipulation. After this, you will learn how events and animations can be used to create and design beautiful and user-friendly sites. Next, you will be familiarized with Ajax functions to help you send and receive data from your server. Finally, we'll walk you through using built-in plugins and eventually create your own plugins for your websites.By the end of this book, you will be able to build robust and efficient websites successfully using JQuery.Style and approach This book takes a fast but thorough walk through jQuery. The goal is to get you writing fast and efficient jQuery quickly. It uses easy-to-read, jargon-free text and lots of ready-to-use code examples. 
505 0 |a Cover ; Copyright; Credits; About the Author; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: jQuery Part by Part ; Life before jQuery; Why was jQuery created?; The major components of jQuery; The DOM selection; DOM manipulation; Events; Form; CSS and animation; Ajax; Helpers; Why are there two maintained versions of jQuery?; The difference between minified and un-minified versions; What is a content delivery network?; Summary; Chapter 2: jQuery Selectors and Filters ; jQuery selectors; The chapter code; Protocol-relative URLs; The jQuery object 
505 8 |a Creating selectorsID selectors; Class selectors; Tag selectors; Combining selectors; Descendent selectors; Attribute selectors; Creating basic filter selectors; Content filters; Using chaining to quickly and neatly continue queries; Summary; Chapter 3: Manipulating the DOM ; Dimensions and positions; Examples; Developer tools; Reading the size of the screen and elements; Classes and styles; The JSON object; Behavior classes; Attributes and properties; Keeping images proportional; Removing attributes and properties; Summary; Chapter 4: Events ; The ready event; Hooking events; Unhooking events 
505 8 |a Namespacing eventsThe event handler; The event object; event.target; event.relatedTarget; event.type; event.which; event.metaKey; event.pageX and event.pageY; event.originalEvent; Passing data to an event; Event shorthand methods; Creating your own events; Triggering events; The death of the .live() and .die() methods; Looking deeper at .on(); Summary; Chapter 5: Making your site snazzy with jQuery ; The importance of animations; Hiding and showing elements; .fadeOut(); .fadeIn(); .fadeToggle(); Sliding elements around; .slideUp(); .slideDown(); .slideToggle(); Creating custom effects 
505 8 |a .Animate().delay(); .queue(), .dequeue(), and .clearQueue(); .stop() and .finish(); jQuery.fx.interval and jQuery.fx.off; Using effects correctly; Summary; Chapter 6: Better Forms with jQuery ; Employing form methods; .submit(); .focus(); .blur(); .focusin() and .focusout(); .change(); .select(); Tooltips; Placeholder; Enabling and disabling elements; Validation; Filtering out unwanted characters; Summary; Chapter 7: Talking to your Server ; Before jQuery; How jQuery helps us; Loading HTML -- .load(); Loading JSON Data -- .getJSON(); Loading and executing JavaScript -- getScript() 
505 8 |a Reading and writing data: jQuery.get() and .jQuery.post()Helper methods; Creating query data -- .param(); Creating query data from a form -- .serialize(); Creating an object from form data -- .serializeArray(); Ajax events; When an Ajax request begins -- .ajaxStart(); When an Ajax request completes -- .ajaxStop(); When an Ajax request sends data -- .ajaxSend(); When an Ajax request fails -- .ajaxError(); When an Ajax request succeeds -- .ajaxSuccess(); When an Ajax request finishes -- .ajaxComplete(); Summary; Chapter 8: Writing Code that You can Read Later ; Separation of concerns 
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 / Programming Languages / JavaScript  |2 bisacsh 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Web site development  |2 fast 
776 |z 1-78528-635-8 
830 0 |a Community experience distilled. 
856 4 0 |u https://ebsco.uam.elogim.com/login.aspx?direct=true&scope=site&db=nlebk&AN=1163830  |z Texto completo 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis33796818 
938 |a EBSCOhost  |b EBSC  |n 1163830 
938 |a YBP Library Services  |b YANK  |n 12831297 
994 |a 92  |b IZTAP