`

Jquery遍历Table

阅读更多
$("table").find("tr").each(function(){
   $(this).find("td").each(function(){
      alert($(this).text());
   });
});
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics