我正在尝试获取滑动图像(请参阅下面的代码摘录):
if(this.slidesCount > 1){
// navigate "in" or "out"
this.$slider
.find('nav > span.sl-prev')
.on('click.slitslider', function(event){
Uncaught TypeError: Object [object Object] has no method 'on'
- 醇>
Failed to load resource: the server responded with a status of 400 (Bad Request)
我在JavaScript中遇到两个错误。我怎样才能解决上面的问题呢? 先感谢您。
答案 0 :(得分:2)
请尝试使用jquery 1.7及以上版本。此方法“on”是jquery 1.7及更高版本中添加的新功能。 您是否使用1.6及更低版本的低版本不受支持。