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

Overview


The jQuery Mobile Framework comes with several out-of-the-box widgets, which are excellent and can be incorporated in our project very easily. In this chapter, we will take our Civic Center application to the next level and in the process of doing so, we will explore different widgets. We will explore the touch events provided by the jQuery Mobile framework further and then take a look at how this framework interacts with third-party plugins. We will be covering the following different widgets and topics in this chapter:

  • Collapsible widget

  • Listview widget

  • Range slider widget

  • Radio button widget

  • Touch events

  • Third-party plugins

  • HammerJs

  • FastClick

  • Accessibility

Once again, we will continue working on our Civic Center project, so make sure you have the most updated code from the previous chapter. Now that we know what we will be completing as part of this chapter, grab your coffee, put on your developer hat, and get ready to begin a code-rich journey.