Skip to content

Instantly share code, notes, and snippets.

@YutaWatanabe
Created September 8, 2014 06:40
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 YutaWatanabe/e511dd185384048daed0 to your computer and use it in GitHub Desktop.
Save YutaWatanabe/e511dd185384048daed0 to your computer and use it in GitHub Desktop.
jQuery Mobile ListView Sample
<ul data-role="listview" data-inset="true" data-filter-placeholder="Search products..." data-filter="true">
<li><a href="#">Windows</a></li>
<li><a href="#">Office</a></li>
<li><a href="#">XBOX</a></li>
<li><a href="#">Windows Phone</a></li>
<li><a href="#">Visual Studio</a></li>
<li><a href="#">Microsoft Azure</a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment