How would I loop through all the td elements in a table? I need to find the id of each td and compare it against a value. Any help would really be appreciated!
var all_td_in_a_table = $("#table-id td"),
var all_td_in_a_table = $("#table-id td")
then you can do a loop