jquery - Call custom client side validation function after WebForm_OnSubmit? .NET -


i want run simple js function after .net validator controls run javascript. onsubmit value javascript:return webform_onsubmit();, seems generated automatically , can't change it.

am right in assuming need add function in field work? also, form validating after field has been changed (not once form has been submitted), great, there setting soimewhere turn on/off?

thanks!!


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -