jQuery RangeSlider - label

Configures the labels displayed at the min and max values.

Type:

Object

format

Formats a value before it is displayed in a label.

Type:

Format

Default Value: function(value) { return value }

See the format section for information on accepted values.

position

Specifies whether labels are over or under the scale.

Type:

VerticalEdge

Default Value: 'bottom'

visible

Specifies whether slider labels are visible.

Type:

Boolean

Default Value: false