jQuery Annex Events Package Testcase Scenario

$.bindCursorKey

Click the button to bind your keyboards cursor keys to move the square below.

$.unbindCursorKey

Click the button to unbind your keyboards cursor keys again from set functionality above.

$.fn.translateTouchToMouseEvents

Use touch events in the area below to receive native mouse events with correct event coordinates.

$.fn.bindSwipeGesture

Add callbacks to top/right/bottom/left swipe gestures with the buttons and test the handlers in the below area to trigger a callback to the swipe gesture.

$.fn.unbindSwipeGesture

Remove callbacks to top/right/bottom/left swipe gestures with the button and test the handlers in the above area to see callbacks have been removed again.