Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

I got this error message when I upgraded my bootstrap version from 3.3.6 to 3.4.1 and my JQuery from 2.1.1 to 3.4.1.

Uncaught Error: Bootstrap’s JavaScript requires jQuery version 1.9.1 or higher, but lower than version 3

what version of jQuery is compatible with bootstrap 3.4.1

question from:https://stackoverflow.com/questions/66045514/which-version-of-bootstrap-does-jquery-3-4-1-support

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
1.1k views
Welcome To Ask or Share your Answers For Others

1 Answer

Bootstrap 4.4 supports jquery-3.4.1.slim.min.js. For more you can see below.

https://getbootstrap.com/docs/4.4/getting-started/introduction/


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...