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

Popular posts from this blog

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -