摘要:
function tabControl(obj,elm){ $(obj).hover(function(){ $(this).addClass('active').siblings().removeClass('active'); //获取当前点击的索引 var index = $(this).index(); //元素的选择是当前点击的... 阅读全文
posted @ 2016-12-16 14:25
幸福的目标
阅读(127)
评论(0)
推荐(0)
摘要:
var wait = 60; function timeDown(obj){ if( wait === 0 ){ obj.removeAttribute('disabled'); obj.value = "获取验证码"; wait = 60; }else{ obj.setAttribute('disabled',tr... 阅读全文
posted @ 2016-12-16 09:13
幸福的目标
阅读(247)
评论(0)
推荐(0)

浙公网安备 33010602011771号