标签:
$("#tableID").find("tr").each(function (index, e) {$(this).find("td:last").remove();$(this).find("td:first").remove();})
JQuery tr 循环,删除td
原文地址:http://www.cnblogs.com/JJ.Net/p/4402013.html