diff --git a/entries/slider.xml b/entries/slider.xml index 8c14039b..e56216c1 100644 --- a/entries/slider.xml +++ b/entries/slider.xml @@ -76,8 +76,8 @@ Triggered when the user starts sliding. - - The jQuery object representing the handle being moved. + + The HTML element representing the handle being moved. The current value of the slider. @@ -88,8 +88,8 @@ Triggered on every mouse move during slide. The value provided in the event as ui.value represents the value that the handle will have as a result of the current movement. Canceling the event will prevent the handle from moving and the handle will continue to have its previous value. - - The jQuery object representing the handle being moved. + + The HTML element representing the handle being moved. The value that the handle will move to if the event is not canceled. @@ -103,8 +103,8 @@ Triggered after the user slides a handle, if the value has changed; or if the value is changed programmatically via the value method. - - The jQuery object representing the handle that was changed. + + The HTML element representing the handle that was changed. The current value of the slider. @@ -115,8 +115,8 @@ Triggered after the user slides a handle. - - The jQuery object representing the handle that was moved. + + The HTML element representing the handle that was moved. The current value of the slider.