Makes a slider from the nodeset supplied by the query.
With this plugin, you can generate sliders with a wide range of options, including multiple handles, callbacks and more.
All callbacks receive two arguments: The original browser event and a prepared ui object, view below for a documentation of this object (if you name your second argument 'ui'):
- ui.instance: jQuery.ui.slider - the internal instance of the slider
- ui.options: Options - options used to initialize the slider
- ui.handle: jQuery - the current focused handle
- ui.value: Integer - the current handle's value
- ui.range: Integer - the current range value (only with two handles and range: true)
Arguments:
| options | Options | |
|---|---|---|
| A set of key/value pairs that configure the slider. All options are optional, but a slider will not be useful without at least one callback. | ||