-
元素属性scrollTop scrollLeft查看全部
-
jQ事件对象 pageX() pageY()查看全部
-
初始化滑块功能查看全部
-
_initDomEvent 方法查看全部
-
实现思路查看全部
-
图示2查看全部
-
滑动比率图查看全部
-
交互初始化2查看全部
-
交互初始化操作的实现查看全部
-
getMaxSliderPosition() return self.$bar.height()-self.$slider.height(); scrollTo self.$cont.scrollTop(positionVal);查看全部
-
getMaxScrollPosition() //内容滚动 // $cont[0].scrollHeight-$cont.height()查看全部
-
_initSliderDragEvent:function(){} // 下面有 mousemoveHandler(e){} // mousedown mousemove mouseup return self ;查看全部
-
_initDomEvent:function(){ this._bindContScroll(); } //查看全部
-
getSliderPosition() 需要 getMaxSliderPosition() 和getMaxScrollPosition()查看全部
-
_bindContScroll:function(){} // 处理小滑块滚动 sliderEL.style.top=self.getSliderPosition()+"px"; //css. return self;查看全部
举报
0/150
提交
取消