gpt4 book ai didi

wordpress - Owl Carousel 未捕获类型错误 : undefined is not a function in Wordpress

转载 作者:行者123 更新时间:2023-12-01 07:37:32 24 4
gpt4 key购买 nike

这个问题在这里已经有了答案:





Wordpress how to use jquery and $ sign

(17 个回答)


3年前关闭。




我正在开发自己的 Wordpress 主题。我正在使用 Owl Carousel

但收到此错误 Uncaught TypeError: undefined is not a function从第一行开始,不显示任何轮播项目。对不起,我的英语不好。

$(document).ready(function() {

$("#owl-demo").owlCarousel();

});

最佳答案

jQuery 默认包含在 WordPress 中 in no-conflict mode .在 noConflict()模式,全局$ jQuery 的快捷方式不可用,因此您需要使用:

jQuery(document).ready(function($) {
// Inside of this function, $() will work as an alias for jQuery()
// and other libraries also using $ will not be accessible under this shortcut
});

关于wordpress - Owl Carousel 未捕获类型错误 : undefined is not a function in Wordpress,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27397002/

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