Skip to content

Instantly share code, notes, and snippets.

@cgkio
Created January 19, 2013 01:30
Show Gist options
  • Save cgkio/4570114 to your computer and use it in GitHub Desktop.
Save cgkio/4570114 to your computer and use it in GitHub Desktop.
Remove default (right) arrow from a jQuery Mobile list view #JQM
<li data-icon="false"><a href="contact.html">Contact Us</a></li>
<!-- By default, jQuery Mobile framework adds an arrow next to every list item. To disable this, set data-icon attribute to “false” on the list item that you’d like the arrow to be removed. -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment