你能告诉我为什么旋转木马代码不起作用吗?
在这里提供我的js代码:
$(document).ready(function () {
/* zpass landing carousel */
$(".zpassLandingCarousel").zCarousel();
/* magazine carousel */
$(".magHeroCarousel").zCarousel();
});
答案 0 :(得分:0)
我认为问题在于加载顺序和调用插件,即在加载插件之前调用插件'zCarousel'。从你提供的小提琴中确定问题非常困难。您可以尝试check if a jQuery plugin is loaded?来检查插件是否已加载。