bapp19.indd 02/17/2015 Page 615
Slider
Slider MethodsMethod Description Return Valueslider(options) Makes the selected elements into slider
elements (see “Slider Options”).jQueryslider('destroy') Completely removes the sliding functionality. jQueryslider('disable') Disables the slider. jQueryslider('enable') Enables the slider. jQueryslider('option') Returns an object of key, value pairs
representing all options presently set for that
instance of the slider plugin.Objectslider('option',
optionName)Returns the value of the specifi ed option. Mixedslider('option',
optionName, value)Sets the value of the specifi ed option to the
specifi ed value.jQueryslider('option',
optionObject)Sets multiple options using an object of key,
value pairs.jQueryslider('value') Returns the value of the slider. Numberslider('value',
value)Sets the value of the slider. jQueryslider('values') Returns all values for all handles. Arrayslider('values',
index)Returns the value for the specifi ed handle. NumberS
continues