Log

Simple Click events

-

Mouseenter / Mouseleave

Enter or leave this element with your mouse. The event should only fire once for each time you perform the action.

Mouseenter / Mouseleave with tr

COLUMN 1 COLUMN 2

Focus / Blur

Click or tab to one of the input fields and the focus and blur events should fire.


-

Submit / Reset

Should work on the form and on a div wrapping the form. Try tabbing to the buttons and press enter, or tabbing to the element and press enter.

Change

Change the text. When you blur the input field, the change event should fire for both the element which wraps the input fields and bubble to it, and the input fields itself.




Select

Select some text and the select event should fire

Paste