摘要: var myTimeout = null;$("#id").click(function(){ clearTimeout(myTimeout); myTimeout = setTimeout(function() { ... }, 5e3);}); 阅读全文
posted @ 2014-12-17 16:25 imsomnus 阅读(1688) 评论(0) 推荐(0)