最新的Bootstrap能与默认的WordPress jQuery一起正常工作吗?

时间:2020-11-20 作者:kanlukasz

Wordpress仍然使用jQuery 1.x 因为害怕插件和主题的错误兼容性。他们正在尝试更新它,但您可以看到这还需要一段时间(来源:one, two, three)

现在,我正在构建一个WP模板,其中我必须使用最新的Bootstrap CSS框架。问题是引导程序使用最新的jQuery 3.5.1 !

那么,最新的引导程序是否可以与默认的Wordpress jQuery一起正常工作?

Note: I understand that I can register the latest jQuery and unregister the old ones, but this is not recommended as other plugins may use the default WP jQuery

1 个回复
SO网友:Q Studio

是的-它与BS4配合良好-没有冲突,没有问题。

测试的简单方法是安装一个vanilla WP 5.3.3,使用BS 4创建一个基本主题,并检查JS控制台是否存在问题。

相关推荐

WordPress不加载jQuery

我想将WordPress与引导一起使用,但WordPress无法正确加载jQuery,因此我收到以下错误消息:未捕获的TypeError:引导程序的JavaScript需要jQuery。jQuery必须包含在引导程序的JavaScript之前。这是我的职能。php:function add_theme_scripts() { wp_enqueue_style(\'bootstrap\', \'https://stackpath.bootstrapcdn.com/bootstrap/4.5.