In jQuery Mobile there are two ways to structure webpages for jQuery Mobile: incorporate all the pages in the same file, or create separate files for each page like a typical website. Understanding the different page template types is the foundation for customizing a number of different page-related functionalities. In addition to learning about the […]
Read morejQuery Mobile
Implement responsive design with jQuery Mobile and CSS3
Create web page layouts that adapt to each user’s screen resolution. On its own, the jQuery Mobile framework is a great solution for quickly creating an accessible, HTML5 markup-driven mobile website. When paired with CSS3, things really get interesting, as it becomes possible to create web page layouts that respond to a user’s device based […]
Read moreWorking with Pages in jQuery Mobile
Working with Pages in jQuery Mobile. With most of the heavy lifting being done by the framework it’s easy to focus on the results of the website being built. In this excerpt from jQuery Mobile Develop and Design, Kris Hadlock explains the internal functionality behind how pages work in jQuery Mobile so you can get […]
Read moreUsing UI components in jQuery Mobile
Many UI components are available in the jQuery Mobile framework. This article provides a high-level overview of each element and how you can use it in a mobile website. It touches on specific UI components, explains the reasons to use them, and provides code examples of their use in a mobile website. The jQuery Mobile […]
Read moreUsing the jQuery Mobile API
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 […]
Read more