mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Merge pull request #3174 from jakeboone02/patch-2
Make scope of <strong> tags match in data-filtertext examples
This commit is contained in:
commit
d8efb8a4ef
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@
|
|||
<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 data-filtertext="<strong>NASDAQ:AAPL Apple Inc.</strong>"><a href="#">Apple</a></li>
|
||||
<li <strong>data-filtertext="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>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue