returns the index of the active runner
number | the index of the active runner (-1 if not active) |
var mySlider = new dhtmlXSlider({
range: true // and other conf
});
mySlider.attachEvent("onChange", function(value){
console.log(this.getRunnerIndex())
});
added in 4.3
Back to top