課程
/前端開發
/jQuery
/jQuery插件——Validation Plugin
Uncaught ReferenceError: validator is not defined(…),請問這個怎么弄
2016-09-25
源自:jQuery插件——Validation Plugin 3-2
正在回答
validator是validate()方法的返回值,你看看你的validator是不是全局的,或者說在用的時候有沒有聲明
舉報
validation讓客戶端表單驗證變容易,縮短用戶等待時間
3 回答老師您好,我使用validator.form();報錯(ReferenceError: validator is not defined)
2 回答$ document .ready function { $ is not defined 這個提示錯誤為什么
1 回答沒有validator 對象
1 回答請問老師,validator對象的form方法,和表單的valid方法,有什么區別?
1 回答Uncaught TypeError: Cannot read property 'getAttribute' of undefined(…)?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
2016-09-26
validator是validate()方法的返回值,你看看你的validator是不是全局的,或者說在用的時候有沒有聲明