スライド画像を取得しようとしています (下のコードの抜粋を参照):
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 で上記の 2 つのエラーが発生しています。上記の問題を解決するにはどうすればよいですか?
前もって感謝します。