animation - jQuery Slider - update value -
i using following update slider value:
$("#slider").slider("option", "value", intervalcounter);
it works single change, if use in animation stops animation
intervalcounter = 100; if (intervalcounter < intervalmax) { ...... } ++intervalcounter; $("#slider").slider("option", "value", intervalcounter);
i appreciate suggestions, in advance.
could not find way it, used jquery ui slider; not telerik mvc slider; did required job.
Comments
Post a Comment