mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-26 09:04:43 +00:00
A bit more formatting cleanup
This commit is contained in:
parent
ecb8ad5884
commit
e5de3e3221
1 changed files with 6 additions and 8 deletions
|
|
@ -23,19 +23,17 @@
|
|||
<div data-role="content">
|
||||
<div class="content-primary">
|
||||
<p>By default, the listview filter simply searches against the content in each list item. If you want the filter to search against different content, add the <code>data-filtertext</code> attribute to the item and populate it with one or many keywords and phrases that should be used to match against. Note that if this attribute is added, the contents of the list item are ignored.</p>
|
||||
<p>Here is an example of a few different variations of United States loaded into the <code>filtertext</code> attribute to cover common spellings and abbreviations.</p>
|
||||
<p>This attribute is useful for dealing with allowing for ticker symbols and full company names to be searched, or for covering common spellings and abbreviations for countries.</p>
|
||||
|
||||
<pre><code>
|
||||
<li <strong>data-filtertext="USA U.S.A. United States of America"</strong>><a href="#">United States</a></li>
|
||||
</code> </pre>
|
||||
|
||||
<p>This attribute is also useful for dealing with allowing for ticker symbols and full company names to be searched:</p>
|
||||
|
||||
<pre><code>
|
||||
<pre><code>
|
||||
<li data-filtertext="<strong>NASDAQ:AAPL Apple Inc.</strong>"><a href="#">Apple</a></li>
|
||||
<li <strong>data-filtertext="USA U.S.A. United States of America"</strong>><a href="#">United States</a></li>
|
||||
|
||||
|
||||
</code></pre>
|
||||
|
||||
|
||||
|
||||
<ul data-role="listview" data-filter="true" data-filter-placeholder="Search ticker or firm name..." data-inset="true">
|
||||
<li data-filtertext="NASDAQ:ADBE Adobe Systems Incorporated"><a href="#">Adobe</a></li>
|
||||
<li data-filtertext="NASDAQ:AMZNL Amazon.com, Inc."><a href="#">Amazon</a></li>
|
||||
|
|
|
|||
Loading…
Reference in a new issue