[jQuery] Slider moveTo stopped working
Last year I used jQuery slider to gather input of several continuous
variables. It worked very well. In the intervening year I updated jQuery and
jQuery slider and moveTo seems to not work. In fact I do not see moveTo
mentioned in the slider documents.
This worked previously:
$("#slider1").slider({
min: 20,
max: 100,
startValue: 20,
steps: 100,
slide: function(e, ui){
{$("#slidevalue").val((ui.value));}
}
});
$('#slider1').slider('moveTo',60);
Any advice on how to restore the moveTo capability?
Thank you.
--
View this message in context: http://www.nabble.com/Slider-moveTo-stopped-working-tp24177057s27240p24177057.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.