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

blackberry 10 - how to add multiple markers on the google map just by url? -

php - guestbook returning database data to flash -

delphi - Dynamic file type icon -