Open ntallman opened 13 years ago
Is it possible to use quicksearch to search across multiple tables if they shared a class?
Just $('input#id_search').quicksearch('div#search_test table');
this returns results belonging to each table, even if they are nested.
Is it possible to use quicksearch to search across multiple tables if they shared a class?