click: | A mousedown and mouseup event occured on the same element. Or the user activated the element that has the keyboard focus (usually by pressing Enter or the space bar). |
dblclick: | Two mouse click events occured on the same element within a reasonable time |
mouseDown: | A user pressed a mouse button over an element |
mouseMove: | The pointer is moving while it is over an element |
mouseOver: | The mouse pointer is moved onto an element, or onto one of its children |
mouseOut: | The mouse pointer is moved out of an element, or out of one of its children |
mouseUp: | A user released a mouse button over an element |
touchStart: | Touch gesture started |
touchEnd: | Touch gesture ended |
touchMove: | Touch gesture moving |
touchEnter: | Touch gesture entered an area |
touchLeave: | Touch gesture left an area |
touchCancel: | Touch gesture was cancelled |