jQuery RangeSelector - sliderMarker.placeholderSize.width

Specifies the width of the placeholder for the left and right slider markers.

Type:

Number

|

Object

Default Value: undefined

You can set the same width for placeholders of both the left and right slider markers. In this instance, set a numeric value to this property. If you require to set different widths for the placeholders of the left and right slider markers, specify width as an object. Set its left and right properties.

left

Specifies the width of the left slider marker's placeholder.

Type:

Number

Default Value: undefined

To set the same placeholder width for the left and right slider markers, set the width property to a numeric value.

right

Specifies the width of the right slider marker's placeholder.

Type:

Number

Default Value: undefined

To specify the same placeholder width for the left and right slider markers, set the width property to a numeric value.