Bootstrap v3.1.1 input error doesn´t work properly
Hello i'm working with bootstrap v3.1.1 and i'm forced to change the code of jqBootstrapValidation. When i'm working with validations i see a sucess color, warning color but i dont see the error color (red color).
My jqBootstrapValidation.js -> https://drive.google.com/file/d/0B_iehlwuBu-YWVMxSUxjendObmc/edit?usp=sharing
Tnks for helping
Hi. You have to replace all the 'error', 'warning' and 'success' classes with 'has-error', 'has-warning' and 'has-success'. I think, you've forgot some.
Hello Fredo70 tnks for answer. Yes I replace all the "names" and still has problem with error color.
Hi. Points the link in your first post to the code you are using currently? If yes, there are two lines in the function 'init' (callback of 'submit.validationSubmit') where the old class 'error' is still used: $form.addClass("error"); $form.removeClass("error"); If no and you have already replaced these lines... sorry, I don't know.
i'm with the same problem , i'm using Bootstrap V 3.2.0