随笔分类 - jquery-validation
摘要:web.config中配置 <appSettings> <add key="webpages:Version" value="3.0.0.0" /> <add key="ClientValidationEnabled" value="true" /> <add key="UnobtrusiveJav
阅读全文
摘要:https://jqueryvalidation.org/documentation/ API Documentation You're probably looking for Options for the validate() method If not, read on. Throughou
阅读全文
摘要:https://github.com/jquery-validation/jquery-validation/blob/master/src/core.js#L15 以下这段代码把插件作为validator塞到data里面 // Check if a validator for this form
阅读全文