• Description
  • jQuery('#tap').bind('tapone',log); jQuery('#tap').bind('taptwo',log); jQuery('#tap').bind('tapthree',log); jQuery('#tap').bind('tapfour',log);
  • jQuery('#swipe').bind('swipeone',log); jQuery('#swipe').bind('swipetwo',log); jQuery('#swipe').bind('swipethree',log); jQuery('#swipe').bind('swipefour',log); jQuery('#swipe').bind('swipeup',log); jQuery('#swipe').bind('swiperightup',log); jQuery('#swipe').bind('swiperight',log); jQuery('#swipe').bind('swiperightdown',log); jQuery('#swipe').bind('swipedown',log); jQuery('#swipe').bind('swipeleftdown',log); jQuery('#swipe').bind('swipeleft',log); jQuery('#swipe').bind('swipeleftup',log);
  • jQuery('#change').bind('pinchopen',manipulate); jQuery('#change').bind('pinchclose',manipulate); jQuery('#change').bind('rotatecw',manipulate); jQuery('#change').bind('rotateccw',manipulate); jQuery('#change').bind('swipeone',manipulate);
  • jQuery('#livechange').bind('swipemove',manipulate); jQuery('#livechange').bind('pinch',manipulate); jQuery('#livechange').bind('rotate',manipulate); jQuery('#livechange').bind('swipeone',manipulate);