quqj

导航

jquery 遍历table

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

posted on 2014-09-18 21:29  quqj  阅读(58)  评论(0)    收藏  举报