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...

Full description

Saved in:
Bibliographic Details
Main Author: Jain, Chetan K.
Format: eBook
Language:English
Published: Olton Birmingham : Packt Publishing, 2012.
Series:Quick answers to common problems.
Subjects:
Online Access:Click for online access
Table of Contents:
  • 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.
  • 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.
  • 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 ...
  • 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 ...
  • 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 ...