quicksearch
quicksearch copied to clipboard
A jQuery plugin for searching through tables, lists, etc quickly
What was happening is once we select one option in one of the multiselect box it was then hidden from it as expected to work. But when we search for...
made in error - kindly ignore
In the finder with multi select optgroup, to look for certain items, the search engine not only hides the parent searches pure children someone can support me 
Let's assume we have something like: ``` Fruit Apple Pear Orange Veggy Cucumber Tomato Minions ``` I'd use quicksearch on an input field like this (just example code including highlighting):...
I would like to not only filter the elements but also sort them by the highest number of words found within each element. Test here (sorting by word count does...
I just tried running quicksearch with current jQuery and came here just for curiosity & was surprised to see some activity in the commits 😀😀😀 This used to be a...
Hello, Adding tags for repo could specify points in history and mark release points. It's helpful for user to know the version and status of repository, and would enable wider...
I used this plugin and work with it. But I have faced an issue when quick search. when I use multiple tables in my .jsp page search results are not...
Suppose one needs to search through an input type text for items over a multiple select combo box, quicksearch does not work on IE7, IE8 and chrome
quicksearch on html table does not work on IE9 Why?? I have written bellow script for seaching. $('input#txtBxName').quicksearch('table#myTable tbody tr'); It is working fine on chrome, firefox and IE 11...