Add grid icon to button

Description

The following code shows how to add grid icon to button.

Example


<!DOCTYPE html>
<html>
<head>
<style type='text/css'>
.ui-page .ui-footer .ui-btn-text {<!--  w w w.  ja  v a 2 s.c  om-->
  font-size: 20px;
}
</style>
</head>
<body>
  <link rel="stylesheet"
    href="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.css" />
  <script src="http://code.jquery.com/jquery-1.6.4.min.js"></script>
  <script
    src="http://code.jquery.com/mobile/1.0.1/jquery.mobile-1.0.1.min.js"></script>
  <div data-role="page">
    <div data-role="content">
      <p>Test Page</p>
    </div>
    <div data-role="footer" data-position="fixed">
      <div data-role="navbar">
        <ul>
          <li><a href="" data-role="tab" data-icon="grid"
            class="ui-btn-active">Page 1</a></li>
          <li><a href="" data-role="tab" data-icon="grid">Page
              2</a></li>
          <li><a href="" data-role="tab" data-icon="grid">Page
              3</a></li>
        </ul>
      </div>
    </div>
  </div>
</body>
</html>

Click to view the demo





















Home »
  jQuery Mobile »
    Example »




Button
Button Event
Button Icon
Button Text
Checkbox
Collapsible
Date
Dialog
Event
Footer
Form
Header
Icon
Input
Layout
Listview
Listview Divider
Listview Item
Loader
mobile_settings
Navbar
Page
Page Event
Popup
Radio
Select
Slider
Switch
Textarea
Theme