博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

Jquery跳出each循环

Posted on 2011-03-11 14:47  Adam哥  阅读(60382)  评论(4编辑  收藏  举报
jquery each循环,要实现break和continue的功能:
break----用return false;

continue --用return ture;
counter