用戶登錄

記住密碼 找回密碼
還沒有賬號(hào)?立即注冊(cè)

微信掃碼安全登錄

二維碼已過期

點(diǎn)擊刷新

掃碼即表示同意 《用戶協(xié)議》《隱私協(xié)議》

聯(lián)系方式:

客服熱線:15052083140

網(wǎng)校地址:江蘇省徐州市新城區(qū)綠地商務(wù)城藍(lán)海OFFICE F座 701-704室

 蘇ICP備19064308號(hào)-1

  版權(quán)所有? 2006 - 2025 厚百教育科技

關(guān)閉
that.parents(".iptBox").find('.ipt').attr('type','password') }else{ that.addClass('on') that.parents(".iptBox").find('.ipt').attr('type','text') } } //記住密碼 function rememberPassword(that){ if(that.find('.checkBox').hasClass('on')){ that.find('.checkBox').removeClass('on') }else{ that.find('.checkBox').addClass('on') } } //輸入框輸入移除錯(cuò)誤樣式 $('.loginMod .ipt').on('blur',function(){ if($(this).val()!=''){ if($(this).parent().hasClass('errorBox')){ $(this).parent().removeClass('errorBox'); $(this).next().text(''); if($(this).hasClass('password_ipt')){ $(this).parents('.loginMod').find('.infoBox').removeClass('errTop') } } }else{ $(this).parent().addClass('errorBox'); if($(this).hasClass('password_ipt')){ $(this).next().text('密碼不能為空!'); $(this).parents('.loginMod').find('.infoBox').addClass('errTop') }else{ $(this).next().text('用戶名或手機(jī)號(hào)不能為空!'); } } }) $(document).keydown(function (event) { if (event.keyCode === 13) { $(".BtnLogin").click(); } })