试图在javascript中获取滑动图像

时间:2012-06-11 05:34:25

标签: javascript jquery dotnetnuke

我正在尝试获取滑动图像(请参阅下面的代码摘录):

if(this.slidesCount > 1){
    // navigate "in" or "out"
    this.$slider
        .find('nav > span.sl-prev')
        .on('click.slitslider', function(event){
  
      
  1. Uncaught TypeError: Object [object Object] has no method 'on'
  2.   
  3. Failed to load resource: the server responded with a status of 400 (Bad Request)
  4.   

我在JavaScript中遇到两个错误。我怎样才能解决上面的问题呢? 先感谢您。

1 个答案:

答案 0 :(得分:2)

请尝试使用jquery 1.7及以上版本。此方法“on”是jquery 1.7及更高版本中添加的新功能。 您是否使用1.6及更低版本的低版本不受支持。