[jQuery] UI Slider usage question

[jQuery] UI Slider usage question


Hello All,
I was wondering if there was a way to use the UI slider to call an
event at every tick/increment.
I have a slider that will be used to update the data for a flash movie
above it on the web page.
as the slider goes across the from 0 to 100 for example, I'd like to
see it snap to the 10s values
(10,20,30 ..etc) and as it snaps to those values , I'd like to be able
to call a javascript function (refreshChart() in my case) . What would
the code to do that look like. I've seen the docs but it was not all
very clear how to achieve my objective. I'm loving JQuery by the way.