You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. I followed this: #46
2. I use the fork jqBootstrapValidation - v1.3.8 for Bootstrap 3
3. I'm using now jQuery 1.9.1 (I have not tested in newer version, but Bootstrap was requiringat least that one).
4. AND I did this:
var value = getValue($this); if(value === null) value =[];
In line 456, I had this error when my select wasn't selected yet, so it was a null value :)
I had a problem when validating "SELECT" HTML elements, adding var value = getValue($this); if(value === null) value =[];
at line 407 of jqBootstrapValidation.js (v1.3.6) solved the issue for me.
Thanks a lot @pmirandaarias
In https://reactiveraven.github.io/jqBootstrapValidation/ the installation says:
It works ok with that version, but when I try to use a newer version I always got error like:
But if I use jQuery 1.7.2 I got:
I'm using Bootstrap v3.3.7.
Some of the functions of my webpage won't work with that old jQuery, like some simple slides among others.
How can avoid those issues? Is there a newer version of jQuery that is 100% compatible with this plugin?
The text was updated successfully, but these errors were encountered: