Book Image

Mastering jQuery Mobile

Book Image

Mastering jQuery Mobile

Overview of this book

Table of Contents (17 chapters)
Mastering jQuery Mobile
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


We covered a lot of things in this chapter and this too was code-intense. We looked at the different modes of navigation that can be utilized within a jQuery Mobile framework and how these can be leveraged to give your end users the best experience on your mobile site.

We also explored how we can set up the navigation through the pages in your application by using swipe gestures. We explored various transitions and you now understand how these can be configured locally for individual pages or popups or even globally. And finally, the biggest thing that we achieved in this chapter is that we moved the project over to being a multipage document, instead of having multiple pages to maintain. We hope that you have followed the project so far and will also enjoy future chapters in which we will explore several different widgets and take our project forward.

In the next chapter, we will explore a few new widgets provided by the framework that will help us take our application to the next...