03 2017 档案
日历插件
摘要:kalendae.js http://blog.csdn.net/mrhuangxiutao/article/details/52766767 阅读全文
posted @ 2017-03-27 11:57 Wang_H2018 阅读(103) 评论(0) 推荐(0)
15分钟倒计时
摘要:var x = 15, interval; var d = new Date("1111/1/1,0:" + x + ":0"); interval = setInterval(function () { var m = d.getMinutes(); var s = d.getSeconds(); 阅读全文
posted @ 2017-03-27 11:51 Wang_H2018 阅读(862) 评论(0) 推荐(0)
60秒倒计时
摘要://发送验证码 $('obj').on('click', function () { time(this); }); var wait = 60; function time(o) { if (wait == 0) { o.removeAttribute("disabled"); o.value = 阅读全文
posted @ 2017-03-27 11:49 Wang_H2018 阅读(135) 评论(0) 推荐(0)