I have it all setup and working fine - what id like to do is have it only search by one particular field in a table (td with class of test).
Im using
$('input#SearchBox').quicksearch('table#tablesorter-demo tbody tr');
which searches all the fields in the table, I have tried:
$('input#SearchBox').quicksearch('table#tablesorter-demo tbody tr td.test');
but this just stops the whole search from working, ideas appreciated?
Try being less specific in your criteria: