Ashima Vishvkarma
Define novalidate attribute with example
By Ashima Vishvkarma in Graphics Design on Sep 30 2012
  • prasanta pradhan
    Nov, 2015 9

    The novalidate attribute is added by jquery.validate line 32:// Add novalidate tag if HTML5. this.attr('novalidate', 'novalidate'); If you are using HTML5, then remove the attribute:$("#contactForm").validate(); $("#contactForm").removeAttr("novalidate"); In your web.config, make sure you have: ... Also make sure they are not commented out.

    • 0
  • prasanta pradhan
    Nov, 2015 9

    The novalidate attribute is added by jquery.validate line 32:// Add novalidate tag if HTML5. this.attr('novalidate', 'novalidate'); If you are using HTML5, then remove the attribute:$("#contactForm").validate(); $("#contactForm").removeAttr("novalidate"); In your web.config, make sure you have: ... Also make sure they are not commented out.

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS