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
140
Get value Clientside
posted

 

How can I get the web slider value clientside / thru javascript?

Parents
  • 8736
    posted

    Hi,

    You can get web slider value using get_value();  method of WebSlider.  The following line of JavaScript code will achieve this:

      var Slider = $find("WebSlider1");
      var SliderVal = Slider.get_value();

    Let me know if you need any further assistance with this matter.

    Bhadresh,

Reply Children