mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-15 11:51:02 +00:00
Moved the data-filter attribute from the content element to the listview element where it should be.
This commit is contained in:
parent
f6dbe5554c
commit
a47a7035bb
1 changed files with 2 additions and 2 deletions
|
|
@ -14,9 +14,9 @@
|
|||
<h1>1000 item list</h1>
|
||||
</div><!-- /header -->
|
||||
|
||||
<div data-role="content" data-filter="true">
|
||||
<div data-role="content">
|
||||
|
||||
<ul data-role="listview" data-theme="d">
|
||||
<ul data-role="listview" data-filter="true" data-theme="d">
|
||||
<li><a href="index.html">Acura</a></li>
|
||||
<li><a href="index.html">Audi</a></li>
|
||||
<li><a href="index.html">BMW</a></li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue