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

jQuery Slider - tooltip

Configures a tooltip.

Type:

Object

enabled

Specifies whether a tooltip is enabled.

Type:

Boolean

Default Value: false

format

Specifies a tooltip's display format.

Type:

Format

Default Value: function(value) { return value }

See the format section for information on accepted values.

position

Specifies whether a tooltip is over or under the slider.

Type:

String

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

showMode

Specifies when the UI component shows a tooltip.

Type:

String

Default Value: 'onHover'
Accepted Values: 'always' | 'onHover'