I\'m testing the slider events in jQueryMobile and I must been missing something.
page code is:
$('#slider').next().children('a').bind('taphold', function () { $('#slider').live("change", function (event, ui) { //do these..... }); });