RebekahNi
2017-08-07 11:27
为按钮添加点击事件时为什么要这样设置:
this.nextBtn.click(function(){
self.carouselRotate();
})
而不是这样设置:
this.nextBtn.click( this.carouselRate() );
语法问题,我懂了。。。。
JS实现“旋转木马”幻灯片效果
66442 学习 · 147 问题
相似问题
回答 1
回答 2