I have a table. I want the user to be able to be able to filter the table by the option they pick in a given drop down. I have it working, but it\'s messy and hard to add new ro
You should check out DataTables, it has this kind of filtering built in (fnFilter in the API)
It might be a bit of a learning curve at first, but will be much more flexible in the end.