Hello world!

chinjohn

导航

jquery 遍历table

$("table").find("tr").each(function(){
  $(this).find("td").each(function(){
    alert($(this).text());
  });
});

posted on 2014-09-18 21:29  chinjohn11  阅读(48)  评论(0编辑  收藏  举报