From eaf949e9cbc218a7e62205d1f72b98e47879d1e0 Mon Sep 17 00:00:00 2001 From: "l.gersen@visymo.com" Date: Fri, 8 Mar 2019 07:36:48 +0100 Subject: [PATCH] Fix #954 --- documentation/events-callbacks.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/events-callbacks.php b/documentation/events-callbacks.php index ae0d12ea..5cb6ea0a 100644 --- a/documentation/events-callbacks.php +++ b/documentation/events-callbacks.php @@ -12,7 +12,7 @@

noUiSlider offers several ways to listen to interaction: 'update', 'change', 'set' and 'slide'. You can use these events all at the same time. There are also the 'start' and 'end' events, that fire when a drag is started or ended.

Events always fire in the following order:

- +

'start' > 'slide' > 'update' > 'change' > 'set' > 'end'

@@ -68,11 +68,11 @@ No No Yes - Yes + No A handle is released after dragging - no + No No Yes Yes @@ -140,7 +140,7 @@

Nested namespaces ('slide.something.else') are not supported, and are threated as a single namespace (so '.a.b' isn't related to '.a').

values is an array containing the current slider values, with formatting applied. handle is the index of the handle that caused the event, starting at zero. values[handle] gives the value for the handle that triggered the event.

- +

unencoded contains the slider values without any formatting.

For all events, this is set to the current slider's API, containing (among others) the .get() and .set() methods.