Without knowing how you are setup, this is normally done to deactivate HTML5 form validation.
Nothing to do with jQuery validation that is being done normally.
HTML5 inputs will normally prevent the submit from happening if it validates that it's not the proper format. This attribute prevent this behavior from happening.
Arch4ngel
Member
175 Points
31 Posts
ASPInsiders
MVP
Re: MVC4 novalidate appearing in form novalidate="novalidate"
Mar 07, 2012 02:41 PM|LINK
Without knowing how you are setup, this is normally done to deactivate HTML5 form validation.
Nothing to do with jQuery validation that is being done normally.
HTML5 inputs will normally prevent the submit from happening if it validates that it's not the proper format. This attribute prevent this behavior from happening.
validation