javascript Programming Glossary: this._handleindex
jQuery UI Sliders - Select overlapping sliders based on dragging direction http://stackoverflow.com/questions/4239458/jquery-ui-sliders-select-overlapping-sliders-based-on-dragging-direction clean solution add some stuff to the slider instance this._handleIndex null this._handleStartValue 1 remember the starting values in.. values in _mouseCapture this._handleStartValue this.values this._handleIndex this._mouseDownOffset this._normValueFromMouse x event.pageX.. y event.pageY modify _mouseDrag oldValue this.values this._handleIndex curValue curValue this.values this._handleIndex if curValue..
|