*/
_setHandlePos($hndl, location, noInvert, cb) {
// don't move if the slider has been disabled since its initialization
- if (this.options.disabled || this.$element.hasClass(this.options.disabledClass)) {
+ if (this.$element.hasClass(this.options.disabledClass)) {
return;
}
//might need to alter that slightly for bars that will have odd number selections.
* @param {jQuery} $handle - the current handle to apply listeners to.
*/
_events($handle) {
- if (this.options.disabled) { return false; }
-
var _this = this,
curHandle,
timer;