xtroll

Results 1 comments of xtroll

Hi, I seem to have a similar problem: My source looks like this: ``` [..] $('#myCarousel').swipe({ swipeLeft:function(event, direction, distance, duration, fingerCount) { $(this).carousel('next'); }, swipeRight:function(event, direction, distance, duration, fingerCount) {...