issues
search
riklomas
/
quicksearch
A jQuery plugin for searching through tables, lists, etc quickly
http://www.lomalogue.com/jquery/quicksearch/
680
stars
261
forks
source link
Improved noResults option to accept jquery dom elements in addition to string identifiers
#61
Open
tankchintan
opened
11 years ago
tankchintan
commented
11 years ago
Currently
noResults
option accepts only string identifiers. New changes will accept jQuery dom elements as well.
Added a flag for deciding whether or not to redraw of the results when
cache
method is called. By default it always redraws.
Cleaned up formatting of README
noResults
option accepts only string identifiers. New changes will accept jQuery dom elements as well.cache
method is called. By default it always redraws.