Updating value on fly

How does, jquery UI slider, update the value in real time.While i slide up and down? I am trying to update my value in input field according to slider or when i move slider, the input text field gets updated according to slider. What does jQuery uses for on the fly update?

Likely watching for change events and updating accordingly, though I don’t know how performant that is.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.