In my webpage, I am having a table that is being pulled from the database. I would like this table to be filtered dynamically when the user types a keyword in the search box. Similar functionality is being implemented by Grooveshark.com
What would be the best way to implement this feature?
Have a look at this jQuery plugin: https://github.com/riklomas/quicksearch
I use it and its well made and simple to use.