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


This chapter was very code intensive, but at the same time, the code was simple, yet elegant and powerful. This is one of the great things about jQuery Mobile. It allows us to make beautiful and functional mobile web applications with just a few lines of code.

Let's review the topics we covered in this chapter. This chapter focused on some of the most popular and important widgets of jQuery Mobile. We saw that the page widget is the main widget required for the rest of the widgets. We saw how panels can be used to display information and how the popup can be powerful enough to hold an image or form, or serve as a full-blown modal dialog. We rounded off the chapter by seeing how a toolbar can add some nice functionality to our app, and then how the navbar will serve as a nice menu system for later chapters.

Remember to check your code to make sure it is working. We know that we have said this a great deal, but this chapter provides the framework for the rest of the book. If your code...