用jquery删除table列表中<u>标签

//循环去掉a和u标签
$("tbody a").each(function(){  
       var xx=$(this).find("u").html();  
       $(this).replaceWith(xx);  

});  

//去掉u标签

 $("a u").each(function(){  
          var xx=$(this).html();  
          $(this).replaceWith(xx);  
      })  

上一篇:SQLServer数据库的管理


下一篇:短视频宝贝=慢?阿里巴巴工程师这样秒开短视频