Skip to content

anasedreesi/listFilterOnKeyUp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

# Search filter on key up
simple code to filter content on the fly

<ol class="commentlist">
 <li><a href="">some text herer</a></li>
 <li><a href="">some text herer</a></li>
 <li><a href="">some text herer</a></li>
 <li><a href="">some text herer</a></li>
<ol>

demo: 
https://anasedreesi.github.io/listFilterOnKeyUp/

using:

1- add the script to your project
2- use the script as follows:
srchHilight("a", $(".commentlist li"));  //srchHilight(elementtxt, listItem)); 

thats all ;)