按钮点击问题
为按钮添加点击事件时为什么要这样设置:
this.nextBtn.click(function(){
self.carouselRotate();
})
而不是这样设置:
this.nextBtn.click( this.carouselRate() );
为按钮添加点击事件时为什么要这样设置:
this.nextBtn.click(function(){
self.carouselRotate();
})
而不是这样设置:
this.nextBtn.click( this.carouselRate() );
2017-08-07
举报