-
Notifications
You must be signed in to change notification settings - Fork 326
Open
Description
In https://reactiveraven.github.io/jqBootstrapValidation/ the installation says:
Download jqBootstrapValidation and include the script tags on your page:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script src="/js/jqBootstrapValidation.js"></script>
It works ok with that version, but when I try to use a newer version I always got error like:
Uncaught TypeError: Cannot read property 'length' of null jqBootstrapValidation.js:411
But if I use jQuery 1.7.2 I got:
Uncaught Error: Bootstrap's JavaScript requires jQuery version 1.9.1 or higher, but lower than version 4 bootstrap.min.js:6
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?
Metadata
Metadata
Assignees
Labels
No labels