gpt4 book ai didi

javascript - Bootstrap的JavaScript需要jQuery版本1.9.1或更高版本,但低于版本3

转载 作者:行者123 更新时间:2023-12-03 21:45:29 24 4
gpt4 key购买 nike

简介

我正在使用 bootstrap 框架。专门使用“Bootstrap Tabs”(隐藏/显示)。我当前的 bootstrap 版本是 3,jquery 版本是 3.0.2 左右。

问题

除非我加载版本低于 1.6 的 jquery,否则我的选项卡无法正常工作。但是 jquery 版本低于 1.6 时,ajax 会出现问题。 Chrome 控制台给我这个错误。

bootstrap.min.js:6 Uncaught Error: Bootstrap's JavaScript requiresjQuery version 1.9.1 or higher, but lower than version 3

我尝试了不同的后备技术,但无法正确实现。

我被困在这里两天了,如果有人有任何想法或任何引用,请帮忙。感谢您的时间。

最佳答案

目前 Bootstrap 3.x 不支持 jQuery 3.x,如下所示:https://github.com/twbs/bootstrap/issues/16834

该问题的原因是:

jQuery 3 is more strict than jQuery 2. It's like XHTML and HTML. Backward compatibility is preserved and code doesn't look like a mess. If I'm not mistaken, all you need to do is replace show() and hide() functions with .css('display', '') or addClass('hidden') and fix a selector in alert.js (QUnit fails on this line because $('#') is invalid in jQuery 3)

它已在 Bootstrap 3.3.7 版本中修复:https://github.com/twbs/bootstrap/issues/16834#issuecomment-225039913

关于javascript - Bootstrap的JavaScript需要jQuery版本1.9.1或更高版本,但低于版本3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37936751/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com