The jQuery Mobile API provides an extra level of control over the customization of your mobile website. Everything from the custom setup of global options to hooking into interaction events and working with exposed methods is possible with the API and is covered in this article. By the end of this article, you will know how to granularly define the custom options you want to use in your mobile website as well as how to write custom code that interacts with the jQuery Mobile framework.
This article covers a selection of useful properties, events, and exposed methods from the jQuery Mobile framework. Each section explains the options and provides a code sample to show how it’s done.
Read the original article at IBM Developerworks