quicksearch
quicksearch copied to clipboard
A jQuery plugin for searching through tables, lists, etc quickly
I can't access because matchedResultsCount is changed on this, and this on onAfter() is the option object. 2 solutions is: - options.matchedResultsCount = numMatchedRows; or - Use options.onAfter.call(this) Bruno Grossi
I try to search in page 2 they didn't show the item. Only show current page... May i know how to fix this?
Hey, I'm having a problem defining a context for the plugin to search. The thing is, i have multiple input-texts (the user can add more and more from a button)...
Hey, there is no refresh option (out side of the search box ) to clear the searched item and display the original table again. Could you provide a selector to...
I have a table that have td and last td have html Finally, all rows are found with quicksearch when i provide to input "nbsp" !!
How to debug jquery from my .net page
when ever i am searching 'b' result is showing all values respective of there is no b..but when i am typing bbb. i am not getting any values. Search: b...
instead of: ``` js this.matchedResultsCount = numMatchedRows; ``` i think should be: ``` js options.matchedResultsCount = numMatchedRows; ```
Demo links go to 404 page
First of all, great plugin! Thanks for publishing it... The issue is on Line 172: Because the behaviors are bound with .on() instead of .bind(), this plugin is incompatible with...