js_validate icon indicating copy to clipboard operation
js_validate copied to clipboard

CakePHP Plugin - Convert model validation rules to JavaScript and apply on the frontend using jQuery

Results 3 js_validate issues
Sort by recently updated
recently updated
newest added

hi thanks for very good plugin but it use old version of cakephp i tried to upgrade it to cakephp 2.x but i have some errors ... please upgrade it...

I have empty validation rules array in the object parameters but I set it up in the beforeValidate method. Because this method is not executed by the Plugin my array...

Hi, I saw that sometimes the parameter val in the function $.fn.validate.validateRule is null, I would suggest to add ``` if(val == null) return false; ``` at the beginnning of...