jQuery Mobile Swipeleftswipeleft 事件在用户在某个元素上从左滑动超过 30px 时被触发:实例$("p").on("swipeleft",function(){ alert("You swiped left!");});