I am using jQuery UI Slider. I need to know whether the slider change event is a result of user action or programmatically changed.
At http://jqueryui.com/demos/slider/#method-option , it was recommended to use the property event.orginalEvent to detect whether the value changed by mouse, keyboard, or programmatically. But I am always getting this value as "undefined". I am using it as mentioned in the link http://forum.jquery.com/topic/slider-event-originalevent
Please help.