Book Image

jQuery Mobile First Look

Book Image

jQuery Mobile First Look

Overview of this book

Table of Contents (17 chapters)
jQuery Mobile First Look
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 2. Organizing Content: Pages and Dialogs

This chapter will deal with creating and organizing pages and dialogs, which are used to display our content using the tools jQuery Mobile has to offer.

The jQuery Mobile framework has a particular way of handling pages – and displays them – so it's best to learn how to properly set them up and then fill them with content (that is, buttons, forms, links, and so on).

The basic page structure is, actually, very simple: as jQuery Mobile is focused on ease-of-use, very little code is required in order to get a fully-working basic page online.

Specifically, we're going to cover:

  • Understanding page structure

  • How multi-page templates work

  • How to link internal and external pages

  • Navigation and page transition in AJAX

  • Dialogs: creation, deletion, and behavior

  • Theming pages and dialogs