we are using slideEnd event to avoid intermediate updates to slider.. which works fine for the most cases.. but it does not get triggered when i click on step and release mouse. and thumb comes to that point…( i hope i am making sense)
is there other event which i can use besides change which works in both cases ?
The event is raised after you finish Sliding and sliding occurs only when you Drag a Thumb. In your case, the event is raised correctly. For triggering any changes, use the “change” event.
change is event is fired too many times. so i cant use that event.. slideEnd is not getting fired.. when i click on slider.. and thumb slides to that point..(i am not dragging thumb in this case).. if there is a way i can disable that click to slide…that work around would also work..