I have a tree view list with Ui Li structure, i want to create a jquery based search that will select or highlight text in tree.
can any one help?
Below is the tree view sample:
<ul>
<li menuid="1">
<span class="arrow collapsible expand"> </span>
<span><a href="#" name="basenode">ML034</a></span>
<ul>
<li menuid="338">
<span class="arrow collapsible expand"> </span>
<span><a href="#" name="basenode">DRUM RACK</a></span>
<ul>
<li menuid="339"><span class="arrow"> </span>
<span><a href="#" name="basenode">000000001615</a></span>
</li>
</ul>
</li>
</ul>