riklomas / quicksearch

A jQuery plugin for searching through tables, lists, etc quickly
http://www.lomalogue.com/jquery/quicksearch/
680 stars 261 forks source link

Multiple Tables #13

Open ntallman opened 13 years ago

ntallman commented 13 years ago

Is it possible to use quicksearch to search across multiple tables if they shared a class?

sajornad commented 13 years ago

Just
$('input#id_search').quicksearch('div#search_test table');

this returns results belonging to each table, even if they are nested.