瓜西西

导航

jquery 使用 find 进行分块处理

 

$(".col-small").each(function(i){
   alert("第"+i+"个:");
   $(this).find("a").each(function(){
      alert(this.innerHTML);
   });
})

posted on 2012-06-27 11:39  瓜西西  阅读(193)  评论(0编辑  收藏  举报