摘要:
function tabControl(obj,elm){ $(obj).hover(function(){ $(this).addClass('active').siblings().removeClass('active'); //获取当前点击的索引 var index = $(this).index(); //元素的选择是当前点击的... 阅读全文
摘要:
var wait = 60; function timeDown(obj){ if( wait === 0 ){ obj.removeAttribute('disabled'); obj.value = "获取验证码"; wait = 60; }else{ obj.setAttribute('disabled',tr... 阅读全文