Image

CHAPTER

6

Constructing the HTML View Without jQuery

As you saw in the last chapter, jQuery Mobile dramatically simplifies mobile development. With jQuery Mobile we are responsible for basic HTML structures (lists, forms, and the like). That is it. Through JavaScript and CSS, jQuery Mobile handles the rest (appearance, page transitions, and so on). Although convenient, those jQuery features come at a price: performance. jQuery Mobile expects page structures containing a combination of HTML elements and application data. That is a lot of information to send over a mobile network. In this chapter, we will learn how to build the same mobile Personnel ...

Get PeopleSoft PeopleTools: Mobile Applications Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.