在寫(xiě)登錄頁(yè)面時(shí),為什么還要清除一下提示信息,這個(gè)用在哪呢?/*清除提示信息*/ function emptyRegister(){ $(".reg-box .phone,.reg-box .phonekey,.reg-box .password,.reg-box .email").removeClass("errorC");; $(".reg-box .error1,.reg-box .error2,.reg-box .error3,.reg-box .error4").empty(); } function emptyLogin(){ $(".reg-box .account,.reg-box .admin_pwd,.reg-box .photokey").removeClass("errorC");; $(".reg-box .error5,.reg-box .error6,.reg-box .error7").empty(); }
關(guān)于登錄頁(yè)面的清除提示信息的問(wèn)題
成長(zhǎng)前端初學(xué)者
2018-01-15 22:43:38