I have a table with class "report-standard-alternatingrowcolors" and element_id is the id of tr element. At the end of selector I want to select td element with attribute selector. ".data" is the class of td element. But didn't work. It selects all td values. Do you have any idea?
alert($('.report-standard-alternatingrowcolors #element_id .data[headers="STATE"]').val());
You can check from : http://jsfiddle.net/BscPP/