<ul id='list' data-role='listview' data-filter='true' data-inset='false'>
<li id='a1'>
<h3>ABC</h3>
<p>this is ABC</p>
</li>
<li id='a2'>
<h3>DEF</h3>
<p>DEF is not ABC</p>
</li>
</ul>
for example,
search ‘ABC’, result is ABC and DEF.
but I don’t want to search <p>tag, search only <h3>tag.
how do that.
Well… here is a start…
See a Demo