A jQuery plugin for searching through tables, lists, etc quickly
680
stars
261
forks
source link
Added new APIs for initiating search programatically, get count of matched results and fix for sync-ing global "val". #39
Closed
tankchintan closed 12 years ago
riklomas, I had a use case where I wanted to do a search without having an explicit input box. So I added an API for it.
Also, added an API to get number of matched results based on fork at https://github.com/ruiz107/quicksearch/commit/f78dc440b42d95ce9caed1d087174dd4359982d6
Implemented the fix of "val is empty but this.val is not" as explained on fork at https://github.com/michaellwest/quicksearch/commit/4ace4008d079298a01f97f885ba8fa956a9703d1
Also changed the method for binding selectors to use .on instead of .bind.