A newer version of this page is available. Switch to the current version.

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:

String

Default Value: 'bottom'
Accepted Values: 'bottom' | 'top'

visible

Specifies whether slider labels are visible.

Type:

Boolean

Default Value: false