diff --git a/docs/forms/slider/options.html b/docs/forms/slider/options.html index 8a6f6d22..9a03892c 100644 --- a/docs/forms/slider/options.html +++ b/docs/forms/slider/options.html @@ -64,7 +64,7 @@
default: null, inherited from parent
Sets the color scheme (swatch) for the slider's track, specifically. It accepts a single letter from a-z that maps to the swatches included in your theme.
-$('.selector').slider({ theme: "a" });
+ $('.selector').slider({ trackTheme: "a" });
This option can be overridden in the markup by assigning a data attribute to the input, e.g. data-track-theme="a".