ui slider knows what element it is associated to?

ui slider knows what element it is associated to?


Is it possible for the "slide" event to figure out the id of the
element it is associated to?
For example, I am making a list of sliders that all have essentially
the same functionality. However, when a user slides one it should
update an input field with a value. The input field it updates depends
on which slider. So, the slide callback needs to be able to figure out
which element it was originally create on.
Thanks