码迷,mamicode.com
首页 > 其他好文 > 详细

闭包应用

时间:2017-08-30 13:10:38      阅读:104      评论:0      收藏:0      [点我收藏+]

标签:pdo   timeout   addclass   win   on()   ==   rem   应用   fun   

function twinkle(){
  let count = 0;
  (function bb(){ setTimeout(function(){ $("#mapdots .twinkle").removeClass("active"); if(count==3){   count=0; } $($("#mapdots .twinkle")[count]).addClass("active");   count++;   bb(); },1500); })();

  

闭包应用

标签:pdo   timeout   addclass   win   on()   ==   rem   应用   fun   

原文地址:http://www.cnblogs.com/xiaozhuzhuandxiaomoney/p/7452401.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!