jQueryMobile: how to work with slider events?

后端 未结 9 1480
南方客
南方客 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 05:53

     $('#slider').next().children('a').bind('taphold', function () {
            $('#slider').live("change", function (event, ui) {
              //do these.....
            });
        });
    

提交回复
热议问题