Cargando…

JQuery Mobile cookbook.

This book is written in Cookbook style with a lot of practical tips, code, and step-by-step examples, to ease and quicken your learning curve. If you are a beginner with jQuery/JavaScript skills, this book offers you numerous examples to get you started. If you are a seasoned developer, this book le...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Jain, Chetan K.
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Olton Birmingham : Packt Publishing, 2012.
Colección:Quick answers to common problems.
Temas:
Acceso en línea:Texto completo

MARC

LEADER 00000cam a2200000Ma 4500
001 EBOOKCENTRAL_ocn846983194
003 OCoLC
005 20240329122006.0
006 m o d
007 cr cn|||||||||
008 130501s2012 enk o 001 0 eng d
040 |a E7B  |b eng  |e pn  |c E7B  |d DKDLA  |d OCLCO  |d MOZ  |d OCLCQ  |d HKP  |d EBLCP  |d UMI  |d COO  |d N$T  |d IDEBK  |d DEBSZ  |d YDXCP  |d OCLCO  |d OCLCQ  |d WTV  |d OCLCQ  |d LOA  |d FEM  |d JBG  |d CNNOR  |d AGLDB  |d MOR  |d PIFAG  |d ZCU  |d MERUC  |d OCLCQ  |d OCLCO  |d U3W  |d REB  |d STF  |d OCLCF  |d WRM  |d VTS  |d CEF  |d NRAMU  |d ICG  |d INT  |d VT2  |d AU@  |d OCLCQ  |d WYU  |d G3B  |d TKN  |d OCLCQ  |d UAB  |d DKC  |d OCLCQ  |d AJS  |d INARC  |d OCLCO  |d OCLCQ  |d OCLCO  |d OCLCL 
019 |a 822490473  |a 823723674  |a 825076919  |a 945778752  |a 961673571  |a 961968794  |a 962590412  |a 968073690  |a 968985778  |a 988458043  |a 992017676  |a 1058078688 
020 |a 9781849517232  |q (electronic bk.) 
020 |a 1849517231  |q (electronic bk.) 
020 |z 1849517223  |q (print) 
020 |z 9781849517225  |q (print) 
029 1 |a AU@  |b 000050492307 
029 1 |a AU@  |b 000053298913 
029 1 |a AU@  |b 000062539110 
029 1 |a CHNEW  |b 000617536 
029 1 |a DEBBG  |b BV041120828 
029 1 |a DEBBG  |b BV043104654 
029 1 |a DEBBG  |b BV043776326 
029 1 |a DEBBG  |b BV044171691 
029 1 |a DEBSZ  |b 396757367 
029 1 |a DEBSZ  |b 397453094 
029 1 |a DEBSZ  |b 421309083 
029 1 |a NZ1  |b 15344412 
035 |a (OCoLC)846983194  |z (OCoLC)822490473  |z (OCoLC)823723674  |z (OCoLC)825076919  |z (OCoLC)945778752  |z (OCoLC)961673571  |z (OCoLC)961968794  |z (OCoLC)962590412  |z (OCoLC)968073690  |z (OCoLC)968985778  |z (OCoLC)988458043  |z (OCoLC)992017676  |z (OCoLC)1058078688 
037 |a CL0500000182  |b Safari Books Online 
050 4 |a QA76.59  |b .J35 2012eb 
072 7 |a COM  |x 060160  |2 bisacsh 
072 7 |a COM  |x 060130  |2 bisacsh 
072 7 |a COM  |x 060150  |2 bisacsh 
072 7 |a COM  |x 087000  |2 bisacsh 
072 7 |a COM  |x 034000  |2 bisacsh 
082 0 4 |a 004.165  |2 23 
049 |a UAMI 
100 1 |a Jain, Chetan K. 
245 1 0 |a JQuery Mobile cookbook. 
260 |a Olton Birmingham :  |b Packt Publishing,  |c 2012. 
300 |a 1 online resource (288 pages) 
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 Quick answers to common problems. 
588 0 |a Online resource; title from title page (ebrary, viewed April 30 2013). 
505 0 |a Table of Contents; jQuery Mobile Cookbook; jQuery Mobile Cookbook; Credits; About the Author; Acknowledgement; About the Reviewers; www.PacktPub.com; Support files, eBooks, discount offers and more; Why Subscribe?; Free Access for Packt account holders; Preface; What this book covers; What you need for this book; Who this book is for; Conventions; Reader feedback; Customer support; Downloading the example code; Errata; Piracy; Questions; 1. Get Rolling; Introduction; Writing your first jQuery Mobile application; Getting ready; How to do it ... ; How it works ... ; There's more ... ; The Page theme. 
505 8 |a See alsoUsing JS Bin to create a simple application; Getting ready; How to do it ... ; How it works ... ; There's more ... ; See also; 2. Pages and Dialogs; Introduction; Writing a single-page template application; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Turning off Ajax navigation; Using data-rel and data-direction; Page container is optional; See also; Writing a multi-page template application; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using transitions; Turning off Ajax navigation; Page container is mandatory; See also. 
505 8 |a Prefetching pages for faster navigationGetting ready; How to do it ... ; How it works ... ; There's more ... ; When prefetch is not completed; Prefetched pages are not permanently cached; See also; Using the DOM cache to improve performance; Getting ready; How to do it ... ; How it works ... ; There's more ... ; DOM caching can slow down your app; See also; Custom styling a dialog; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Customizing CSS; See also; Using CSS to create a bouncing page transition; Getting ready; How to do it ... ; How it works ... ; There's more ... 
505 8 |a Adding vendor prefixes to the customtransition.css fileWhen the CSS3 property becomes a standard; Progressive enhancement; See also; Using JS to create a slide and fade page transition; Getting ready; How to do it ... ; How it works ... ; There's more ... ; JavaScript transitions compared to CSS3 transitions; See also; Using data-url to handle the login page navigation; Getting ready; How to do it ... ; How it works ... ; There's more ... ; Using data-url as the href link; Working with sub-hash urls; See also; Using History API to create a custom error pop up; Getting ready; How to do it ... 
505 8 |a How it works ... There's more ... ; The popstate event on a dialog; The Popup widget; See also; 3. Toolbars; Introduction; Using fullscreen fixed toolbars; Getting ready; How to do it ... ; How it works ... ; There's more ... ; The position-fixed CSS property; Toggling the fixed toolbar visibility; Toggling the fixed toolbar visibility using JavaScript; See also; Using persistent navbars in toolbars; Getting ready; How to do it ... ; How it works ... ; There's more ... ; 3D page transitions with persistent fixed toolbars; See also; Customizing the header with multiple buttons; Getting ready; How to do it ... 
520 |a This book is written in Cookbook style with a lot of practical tips, code, and step-by-step examples, to ease and quicken your learning curve. If you are a beginner with jQuery/JavaScript skills, this book offers you numerous examples to get you started. If you are a seasoned developer, this book lets you explore jQuery Mobile in greater depth. 
590 |a eBooks on EBSCOhost  |b EBSCO eBook Subscription Academic Collection - Worldwide 
590 |a ProQuest Ebook Central  |b Ebook Central Academic Complete 
630 0 0 |a JQuery Mobile. 
650 0 |a Mobile computing. 
650 0 |a JavaScript (Computer program language) 
650 6 |a Informatique mobile. 
650 6 |a JavaScript (Langage de programmation) 
650 7 |a COMPUTERS  |x Web  |x Web Programming.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x Site Design.  |2 bisacsh 
650 7 |a COMPUTERS  |x Web  |x User Generated Content.  |2 bisacsh 
650 7 |a COMPUTERS  |x Digital Media  |x General.  |2 bisacsh 
650 7 |a COMPUTERS  |x Interactive & Multimedia.  |2 bisacsh 
650 7 |a JavaScript (Computer program language)  |2 fast 
650 7 |a Mobile computing  |2 fast 
758 |i has work:  |a JQuery Mobile Cookbook (Text)  |1 https://id.oclc.org/worldcat/entity/E39PCYCYqK84XCc8YdfkjXjDMP  |4 https://id.oclc.org/worldcat/ontology/hasWork 
776 0 8 |i Print version :  |a Jain, Chetan K.  |t JQuery Mobile cookbook.  |d Birmingham : Packt Publishing Ltd., 2012  |z 9781849517225 
830 0 |a Quick answers to common problems. 
856 4 0 |u https://ebookcentral.uam.elogim.com/lib/uam-ebooks/detail.action?docID=1103986  |z Texto completo 
938 |a Internet Archive  |b INAR  |n jquerymobilecook0000jain 
938 |a EBL - Ebook Library  |b EBLB  |n EBL1103986 
938 |a ebrary  |b EBRY  |n ebr10629368 
938 |a EBSCOhost  |b EBSC  |n 502658 
938 |a ProQuest MyiLibrary Digital eBook Collection  |b IDEB  |n cis25300184 
938 |a YBP Library Services  |b YANK  |n 9926433 
994 |a 92  |b IZTAP