$.extend($.fn.validatebox.defaults.rules,{ maxLength:{ validator:function(value,param){ return value.length<=param[0]; }, message:'輸入的長度 ...
確定! 回上一頁