I have difficulties in listening to the change event of a jQueryMobile slider. In this page, the event triggers correctly the event \"slidestop\": http://jsfiddle.ne
your jsfiddle have onLoad like this:
//<![CDATA[ $(window).load(function(){ $("#slider-step").on("slidestop", function(e){ alert("STOP!"); }); });//]]>
and you only coppy the script on your page without $(window).load or $(document).ready jsfiddle