Owl carousel - TypeError:this。$ element.attr(...)未定义

时间:2017-02-24 14:41:45

标签: javascript owl-carousel

在我的wordpress网站上,我使用jQuery 1.12.4和owl carousel 2.2。当我加载旋转木马时,我收到以下错误:

TypeError: this.$element.attr(...) is undefined

旋转木马不工作。 jQuery是页眉中的loadad和页脚中的owl轮播。我在一个js文件中调用owl carousel,它是在owl carousel js之后的loadad:

jQuery(document).ready(function($) {
    $("#services-slider").owlCarousel();
});

2 个答案:

答案 0 :(得分:4)

只需将任何类添加到#services-slider元素即可。对于考试

<div id="services-slider" class="owl-carousel">
  ....
</div>

答案 1 :(得分:1)

就在几分钟之前,Wordpress上出现了同样的问题......

查找

  1. id="services-slider" - 页面上只有class="owl-carousel"的一个元素
  2. 元素unichr必须有>>> n = int('0001f600', 16) >>> unichr(n) Traceback (most recent call last): File "<stdin>", line 1, in <module> ValueError: unichr() arg not in range(0x10000) (narrow Python build)