I have a text box on which I have created a Blogger script that takes input and converts it to a date. is. I am using jQuery valid-plugin to validate the input, but the problem is that unless I've parse it, the input from the user is not valid, which automatically verifies that which JQuery validates, both redundant and unwanted. / P>
How can I prevent jQuery validation from being automatically validated so that I can only run on demand? Validate
$ ('# aspnetForm') ({onfocusout: false, onkeyup: false, onclick: false} );
Comments
Post a Comment