自定义过滤条件

 $("#tableid tr").filter(function() { if ($(this).css("background-color").toUpperCase() == color) return $(this);

}).each(function() { /*something*/});

你可能感兴趣的:(function)