Welcome to the Book's Companion Site!

This is the companion site for Master Mobile Web Apps with jQuery Mobile. If you haven't yet purchased the book, you can buy it here.

On this page you'll find corrections; news of updates to the book; and other useful info.

Book Corrections

First Edition

Chapter 6 ("Adding Dialogs"), pp78-81
The example page includes data-rel="back" on the Contact Deleted dialog's OK button, but this button actually returns you to the previous dialog, not to the Home page as mentioned in the text. This is expected jQuery Mobile behavior. To make the OK button return to the Home page, remove data-rel="back" from the link.
Chapter 7 ("Creating Forms"), p96
jQuery Mobile currently only supports the step attribute when changing values via the keyboard or spinner control. The step attribute is ignored when dragging the slider handle. This is currently being worked on (view pull request). There's also a patch available.