Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1125
Webslider set slider value on change of textbox
posted

I have a web slider that is updating a textbox using the valuechanging event - this part works. I would like to be able to change the textbox and have the slider update to reflect the chosen value. I picture this happening off the textbox onchange event but am unsure what to call on the web slider to update it's chosen value.

How should I implement this functionality? Thanks in advance.