I\'m testing the slider events in jQueryMobile and I must been missing something.
page code is:
Try this code:
$( "#slider-1").on('slidestop', function( event ) { var slider_value=$("#slider-1").slider().val(); alert('Value: '+slider_value); });
I hope this work for you