Slider event.originalEvent?
hi,
the JQuery UI Slider Events documentation states
" Use event.orginalEvent to detect whether the value changed by mouse, keyboard, or programmatically. "
I'm thinking this is what I want to avoid a feedback loop where a calendar sets a slider value, and vice versa.
But I can't find how to use it. In the scope of the slider's change: event handler function, event.orginalEvent appears to be "undefined".
Can anyone confirm how to use with a code sample?
many thanks.