Cargando…

JQuery mobile web development essentials : build a powerful and practical jQuery-based framework in order to create mobile-optimized websites /

Chapter 3: Enhancing Pages with Headers, Footers, and Toolbars; Important preliminary points; Adding headers; Icon sneak peek; Working with back buttons; Working with footers; Creating fixed and fullscreen headers and footers; Fullscreen headers and footers; Working with navigation bars; Persisting...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: Camden, Raymond (Autor), Matthews, Andy (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Birmingham, UK : Packt Publishing, 2016.
Edición:Third edition.
Colección:Community experience distilled.
Temas:
Acceso en línea:Texto completo
Tabla de Contenidos:
  • Cover ; Copyright; Credits; About the Authors; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Preparing Your First jQuery Mobile Project; Important preliminary points; Building an HTML page; Getting jQuery Mobile; Implementing jQuery Mobile; Working with data attributes; Summary; Chapter 2: Working with jQuery Mobile Pages; Important preliminary points; Adding multiple pages to one file; jQuery Mobile, links, and you; Working with multiple files; jQuery Mobile and URLs; Additional customization; Page titles; Prefetching content; Changing page transitions.
  • Chapter 5: Getting Practical
  • Building a Simple Hotel Mobile WebsiteWelcome to Hotel Camden; The home page; Finding the hotel; Listing the hotel rooms; Contacting the hotel; Summary; Chapter 6: Working with Forms and jQuery Mobile; Before you begin; What jQuery Mobile does with forms; Working with radio buttons and checkboxes; Working with select menus; Custom select fields; Search, toggle, and slider fields; Search fields; Flip switch fields; Slider fields; Using native form controls; Working with mini fields; Summary; Chapter 7: Creating Grids, Panels, and Other Widgets.
  • Laying out content with gridsMaking responsive grids; Working with collapsible content; Using popups; Responsive tables; Working with panels; Using filterable widgets; Working with tabs; Summary; Chapter 8: Moving Further with the Notekeeper Mobile Application; What is a mobile application?; Designing your first mobile application; Listing out the requirements; Building your wireframes; Designing the Add Note wireframe; The Display Notes wireframe; The View Note/Delete button wireframe; Writing the HTML; Adding functionality with JavaScript; Storing Notekeeper data; Using localStorage.
  • Effective use of boilerplatesBuilding the Add Note feature; Adding bindings; Collecting and storing data; Building the Display Notes feature; Dynamically adding notes to our listview; Viewing a note; Using the .on() method; Dynamically creating a new page; Deleting a note; Summary; Chapter 9: jQuery Mobile Configuration, Utilities, and JavaScript Methods; Configuring jQuery Mobile; Using jQuery Mobile utilities; Page methods and utilities; Utilities related to path and URL; jQuery Mobile widget and form utilities; Summary; Chapter 10: Working with Events; Working with physical events.