我希望你今天很好,我正在尝试计算移动网站上的滑动距离(触摸手势),你将如何计算出用户在屏幕上滑动了多少像素?
$('.cmButtons').live('swipeleft',function(){ console.log("swiped left"); });
jquery-mobile
jquery-mobile ×1