jQueryMobile: how to work with slider events?

后端 未结 9 1439
南方客
南方客 2020-12-09 05:32

I\'m testing the slider events in jQueryMobile and I must been missing something.

page code is:

9条回答
  •  执念已碎
    2020-12-09 06:02

    
    
    $( "#player-slider" ).bind( "change", function(event, ui) {
        alert ("changed!");
    });
    

提交回复
热议问题