jquery.validate 擴展驗證+異步驗證

validate_expand.jsajax //字符驗證      app jQuery.validator.addMethod("stringCheck", function(value, element) {           return this.optional(element) || /^[\u0391-\uFFE5\w]+$/.test(value);       }, "只能包
相關文章
相關標籤/搜索