Searchable Table

Permalink 1 user found helpful
I am planning on incorporating a table containing a list of audio files on my site. I have set up the jQuery TableSorter and that is working great. Now I need to add a search function so that a user can search the entire table for a word or phrase they enter. What is the best way to do this? Thanks!

Blenderite
 
Blenderite replied on at Permalink Best Answer Reply
Blenderite
It turned out that using a HTML script with a little Java was the best solution. Here is the link to the article that I used:http://www.vijayjoshi.org/2011/01/03/searching-text-in-a-html-table...