OK this is my first jsfiddle ever 
http://jsfiddle.net/gurpal2000/SFjdV/15/
1. the data model is shared timeseries between the slider and the dropdown
2. the model can be navigated by dropdown, slider (click, and slide) and via slider buittons. i want to give the user the choice on mutliple ways to navigate.
problems/issues:
1. without my timeout code, each time i slide the thumb, the change event was called each time. With slideEnd, i found that the buttons don’t fire. I can go to event A to event C real fast without firing B.
2. when the slide value is changed, the dropdown should reflect that change also. and of course the result.
3. when i chose new dropdown value, the slider should change to the right index. Problem is infinite loop firing.
So slider and combo need to be in sync, without firing actions DOUBLY.
thanks,