bootstrap-validator
bootstrap-validator copied to clipboard
A user-friendly HTML5 form validation jQuery plugin for Bootstrap 3
only if placeholder contain Chinese like this ``,
I placed an $.ajax call inside one of my custom validators to check on a textfield with keyup event. Unfortunately, the custom event won't wait for a response back. Any...
I'm building a reset password form with username and email address. For the email address I want a custom validation to find the user name in the database and check...
In IE 10/11 the validation function is triggered once you focus an element , but it should be on blur instead (other browsers invoke validation on blur) so if you...
Hello developers, I am trying to use the bootstrap-validator in a registration form but the problem is all the buttons in that page have been disabled by default and I...
Is there a way to know validation form status by javascript code? I have a form without submit button. The user use a link (extern to form) to submit the...
because I use button but not submit,here is my code: `$('#form').validator('validate'); dictionaryApi.saveOrUpdate({ //call this api to save the entity })` But when the form is invalid,it's still can save success,so...
I have necessity to validate an hidden field that i populate with a value with jquery event. The validation is forced by adding the data-validate="true" but the **help-block** was not...
Hi, I have a form which includes a modal/ajax upload of a file, the result of which is to update a field with a mediaId. I need to make sure...