jquery透過select清單選擇框對表格資料進行過濾
表格資料
Michael |
Michael
Jackson |
Mars |
JS過濾程式碼,其中select是動態產生的
複製程式碼
}).hide();
}).appendTo("body");
});
$("#example > tbody tr").each(function() {
$ $ (this).children().each(function(i) {
var that = $(this);
var select = $("select[data-index='" i "']");
if (!select.children().filter(function() {
return $( select.append($("").text($(this).text()));
}
});
});