Ashley’s Blog

A blogging framework for Ashley.

Some Standard Events

blur

FocusEvent
DOM L3
An element has lost focus (does not bubble).

change

Event
DOM L2, HTML5
An element loses focus and its value changed since gaining focus.

click

MouseEvent
DOM L3
A pointing device button has been pressed and released on an element.

input

Event
HTML5
The value of an element changes or the content of an element with the attribute contenteditable is modified. IE9 support

select

UIEvent DOM L3
Some text is being selected.

No business with input select element