收藏功能js报错Uncaught TypeError
来源:10-17 课程机构收藏 - 2
慕慕9465637
2019-08-15
老师,这段代码未修改,报错了,请老师帮忙看一下,谢谢
Uncaught TypeError: $(…).unslider is not a function
at HTMLDocument. ((index):278)
at j (jquery.min.js:2)
at Object.fireWith [as resolveWith] (jquery.min.js:2)
at Function.ready (jquery.min.js:2)
at HTMLDocument.J (jquery.min.js:2)
$('.imgslide').unslider({
speed: 500, // The speed to animate each slide (in milliseconds)
delay: 3000, // The delay between slide animations (in milliseconds)
complete: function () {
}, // A function that gets called after every slide animation
keys: true, // Enable keyboard (left, right) arrow shortcuts
dots: true, // Display dot navigation
fluid: false // Support responsive design. May break non-responsive designs
});
写回答
1回答
-
bobby
2019-08-16
这个页面有报错吗 如果这个页面本身没有报错的话就可以不用管
062022-03-10
相似问题