jquery删除第二列和第三列

        $(function () {
            $(".TitleTable tr").find("td:nth-child(2)").remove();
            $(".TitleTable tr").find("td:nth-child(1)").remove();
        }); 

猜你喜欢

转载自blog.csdn.net/lansetiankong12/article/details/80446997
今日推荐