JavaScript/jQuery RangeSlider - label
Configures the labels displayed at the min and max values.
Type:
format
Formats a value before it is displayed in a label.
Type:
Default Value: function(value) { return value }
See the format section for information on accepted values.
Feedback