有人知道如何为" swipeRight"创建一个功能。使用jquery的事件?你知道一个插件吗?
$(function(){
$(".container").swipeRight(function(){
***simple add class funcctions***
}
});
});
答案 0 :(得分:0)
不是插件,但jQuery Mobile库已经有滑动事件侦听器(链接中有addClass示例)。