Skip to content

Instantly share code, notes, and snippets.

@wookiehangover
Created April 14, 2011 22:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wookiehangover/920734 to your computer and use it in GitHub Desktop.
Save wookiehangover/920734 to your computer and use it in GitHub Desktop.
here are some different style options of jQuery Mobile buttons
<a href="#" data-role="button">Click Me</a>
<a href="#" data-role="button" data-icon="delete">Delete Something</a>
<h3>Inline Buttons</h3>
<div data-inline="true">
<a href="#" data-role="button" data-inline="true">Rad</a>
<a href="#" data-role="button" data-theme="b" data-inline="true">Dope</a>
</div>
<h3>Grouped Buttons</h3>
<div data-role="controlgroup" data-type="horizontal">
<a href="#" data-role="button">Ya</a>
<a href="#" data-role="button">Naw</a>
<a href="#" data-role="button">Sure</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment