
jQuery Mobile ◾ 125
<div data-role = "footer" class = "ui-bar" data-theme = "b" data-position
= "fixed" >
<div data-role = "controlgroup" data-type = "horizontal">
<a href = "#home" data-role = "button">Home</a>
<a href = "#page2" data-role = "button">Page 2</a>
</div>
</div>
e two buttons, Home and Page 2, in the footer of Page 3 will be grouped horizontally and
appear as shown in Figure 6.4c.
Now that we understand the creation of pages and navigation among them, let us turn to the
procedure for displaying a list of options in an application.
Using Lists
Lists are used to show options or choices to the users to select from. Lists are displayed ...