jquery-simple-slider icon indicating copy to clipboard operation
jquery-simple-slider copied to clipboard

How can i control the slider bar when it created

Open sammok opened this issue 11 years ago • 1 comments

Hi Honey! Your effect was pretty good! Thx,

I created a slider bar... then I want to control the slider bar's value when i want to do something...

like:

↑ that's before create.... I want to do is when its created..how can i dynamic control the value;

excuse the chinese english LOL~~~~~ thx again

sammok avatar Nov 09 '14 15:11 sammok

I declared a variable to storage a predefined sliderbar value like:

var sliderValue = 100;

then: when slider was changed... get the new data.value from slider:change event to overlap the sliderValue;

lol~~~~~~~~~~~~

sammok avatar Nov 13 '14 08:11 sammok