标签: jquery
//使用bg color \ n
$("#table1 tr td div input").filter(function() { return ($(this).css('backgroundColor') === 'rgb(255, 153, 153)'); });