February 2014
Intermediate to advanced
410 pages
8h 15m
English
Along with typical events available with jQuery, such as click and hover, jQuery Mobile makes touch-centric events available to the developer. Using these events, it is possible to add extra functionality to your mobile application for these additional user interactions. This recipe provides samples for many of these useful events that will allow you to re-use them at your convenience.
Within the web root of your web server, create recipe-7.html and recipe-7.js.
To learn which touch-centric events are available and how to use them, perform the following steps:
recipe-7.html. Make sure you update the references to ...Read now
Unlock full access