jgestures被解雇了两次

时间:2012-10-31 20:19:45

标签: jquery touch jgestures

我在我的wordbox主题

中使用了我的灯箱的jgestures

在触摸设备上我想通过滑动手势导航到下一个或上一个图像

当我使用swipeleftdown作为事件时,该函数被调用两次, 当我使用3个事件时,就像在我的例子中一样,函数被调用六次

我希望函数只被调用一次

jQuery('#lightboxcontainer').bind('swipeleftdown swipeleftup swipeleft', function(){
    if(jQuery(".arrowNext").attr("href")){
        showNextImage();
    }
});

0 个答案:

没有答案