Slider event in v1.3 not working as it did in v1.1
Hi,
In JQM
v1.1 I use the
$('selector').slider('refresh') to update my slider value dynamically and listen for the slider change event like,
$('selector').on('change', function(){ console.log( this.value; )}. In
v1.3 I can update the slider visually but in the this version there is no 'change' event, only '
slidestart' and
'slidestop'. How can I fire the correct event when I dynamically update the slider?
Thanks.