diff --git a/documentation/examples-content/click-pips.php b/documentation/examples-content/click-pips.php index 83196301..d10e3082 100644 --- a/documentation/examples-content/click-pips.php +++ b/documentation/examples-content/click-pips.php @@ -5,7 +5,7 @@
Issue #733 asks about clicking pips to move the slider to their value. noUiSlider 11 adds a data-value
attribute to all .noUi-value
elements that makes this easy.
Issue #733 asks about clicking pips to move the slider to their value. All .noUi-value
elements have a data-value
attribute to facilitate this.
If you want to disable the edges of a slider, the set event can be used to reset the value if a limit is passed. Note how the handle 'bounces back' when it is released below 20
or above 80
. noUiSlider also supports disabling edges altogether, which can be done using the padding option.
To disable the edges of a slider, the set event can be used to reset the value if a limit is passed. Note how the handle 'bounces back' when it is released below 20
or above 80
. noUiSlider also supports disabling edges altogether, which can be done using the padding option.