摘要:
Jquery已封装JS的setTimeout 和 setInterval 方法,下面看下应用例子:JS Code [http://www.xueit.com]$("#close-button").click(function() {$(this).oneTime(1000, function() { $(this).parent(".main-window").hide();});});$("#cancel-button").click(function() {$("#close-button").stopTime 阅读全文
posted @ 2011-12-15 17:33 且行且思 阅读(56916) 评论(0) 推荐(0) 编辑