anasedreesi/listFilterOnKeyUp
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
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 ;)