我正在尝试获取滑动图像(请参阅下面的代码摘录):
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 中遇到了两个错误。我该如何解决上述问题?
先感谢您。