¡@

Home 

2014/10/16 ¤W¤È 12:09:28

jquery Programming Glossary: this._rangestart

Drag the Range of a UI Input Range Slider

http://stackoverflow.com/questions/5955343/drag-the-range-of-a-ui-input-range-slider

if o.disabled return false if event.target this.range.get 0 o.rangeDrag true o.range true this._rangeCapture true this._rangeStart null else this._rangeCapture false .ui.slider.prototype._mouseCapture.apply this arguments if this._rangeCapture true.. if this._rangeCapture true this.handles.removeClass ui state active .blur return true _mouseStop function event this._rangeStart null return .ui.slider.prototype._mouseStop.apply this arguments _slide function event index newVal if this._rangeCapture.. _slide function event index newVal if this._rangeCapture return .ui.slider.prototype._slide.apply this arguments if this._rangeStart null this._rangeStart newVal var oldValLeft this.options.values 0 oldValRight this.options.values 1 slideDist newVal this._rangeStart..