"Bootstrapvalidator does not validate" does not work with bootstrapvalidator validation effect

Source: Internet
Author: User

Although the validation form is bound when the page is ready, there is still no validation after clicking the Submit button.

Then add a word to the Click event of the Submit button:

1$ (document). Ready (function () {2     3     //Plus validation effects for adding a product's Table4$ (' #form-product-add '). Bootstrapvalidator ();5     //$ (' #form-product-add '). Data (' Bootstrapvalidator '). Validate (); The Submit button is Sumbit6     //$ (' #form-product-add '). Data (' Bootstrapvalidator '). IsValid (); The Submit button is7     /**8 * button to add product9      */Ten$ ("#pAdd"). Click (function(){ One$ (' #form-product-add '). Bootstrapvalidator (' Validate ');//add a way to bind a form to the Add button for a form
View Code

is the form

$ (' #form-product-add '). Bootstrapvalidator (' validate ');//Add a method to bind the form to the Add button for the form

Effect:

"Bootstrapvalidator does not validate" does not work with bootstrapvalidator validation effect

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.