validate
validate copied to clipboard
A simple jQuery plugin to validate forms.
Hi, I've made a dynamic validator for the web application which I'm currently working on. I dynamically build the element selector and call the form validation like this: ``` javascript...
I met a bug that caused `validateDestroy` not work, and I try to fixed it. Line 307: `namespace = options.namespace` change to `namespace = options.nameSpace` after I do so validateDestroy...
Is there a possibility to trigger validation, using some method?
Current docs are imho mainly incomplete - lack of thorough code examples, and more informative descriptions. I.e. how can I add multiple functions to conditional property for many outcomes of...
As the title,i have 3 form has class ajax_form , `$(".ajax_form").validate({...})` but the first one work ,others not
Gostaria de avisalo que os links para o seu plugin na pagina do Jquery não estão funcionando. E também gostaria de saber, se eles continuam funcionando nas versões mais recentes...
I have the following JS order: ``` $ ( "# Aux"). Change (function () { $ ( "# Name") focus ().; $ ( "# Name") closest ("div") removeClass ("error")..; if...
I removed blank lines and reformatted code. Also now supports Selectize.js and MaterializeCSS Select
- [ ] Register a [Bower](http://bower.io/) package. - [x] Implement a `scrollToInvalid` property to scroll to the first invalid field. ([Boolean](http://api.jquery.com/Types/#Boolean) or [Plain Object](http://api.jquery.com/Types/#PlainObject), Default:`true`) - Create animation. - Animate...