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

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -