JQuery tr 循环,删除td

$("#tableID").find("tr").each(function (index, e) 
{$(this).find("td:last").remove();$(this).find("td:first").remove();})

 

posted @ 2015-04-08 11:58  JJ.Net  阅读(450)  评论(0)    收藏  举报