quicksearch
quicksearch copied to clipboard
A jQuery plugin for searching through tables, lists, etc quickly
Hello, Is it possible to ignore certain characters from preventing search results? For example if I have a table with the words: "Test, and Test's" I would like to be...
First and foremost, Great job and thank you for creating this plugin! This is actually more of an FYI than an issue... When creating reports that are shown through html...
Hi, I really liked this script and its working like a charm. Super.. but I want to implement the same in a list box using select stms..Is this possible..Any help...
Users of the API can choose what text to search in a row. This allows removing some elements that contain text that you do not want to search, as well...
It`s a little strange, because searching is successfull on other chains, examle: РК5 ФН23 РЛ6 it reaches if to put "рл" or "рк", but "фн" doesn`t.. Thank you
hi, i am using quick search in a asp.net web application with a table and a textbox, like in your examples, which works like a charm after a pageLoad. i...
Hi, I have an issue with quicksearch. I have a table of data wich is generated from mysql. At the end of each row is a link that opens in...
IE 8 or IE 9 Not Working On both these examples posted as links on github http://www.lomalogue.com/jquery/quicksearch/ http://www.lomalogue.com/jquery/quicksearch/super_table.html Honestly it is awesome code and examples. I saw another closed issue...
Is it possible to use quicksearch to search across multiple tables if they shared a class?
If you have inputs in your table and you want to search by input value, you can do that by changing "strip_html" function. replace function with this: this.strip_html = function...