Closed nishatke closed 4 years ago
Hi, @nishatke, example: http://jsfiddle.net/bagdvqtj/
Thanks a lot for you help @IonDen , but i want display remaining number (Num) in the place of max ..and " n " should be displayed in the bar.Please help on this ..
For that you will need a custom block to put on top of max, like this: http://jsfiddle.net/q8s86w47/
Thanks a lot @IonDen for your quick response and the solution ...:) its help me thank you once again ..
Hi team, I want to display a number in range slider example:
var $range = $(".js-range-slider");
$range.ionRangeSlider({ disable:true, type: "single", min: 0, max: 100, from: 50
}); for the above example i want to show one more field called remaining that is max - from please help me with this .. how can i achieve this