Version 1.0.0-13

T1A10-Events-by-Fer.html

To my main page
Good reference to HTML Events

Events are HTML code that activates Javascript code

Example Events code

 
             Bold stuff here 
        

Example working event


...
This is bold

You do at least 8 other events:
onClick, onDBClick, onChange, onBlur, onFocus, orMouseMove, onTouch, onKeyDown, onKeyPress, onDragStart, onTouchStart, onTouchEnd, onTouchMove

onClick:

...

onDBLClick:


...

onChange:

You have not selected anything


onBlur:

onFocus:

orMouseMove:

onTouch:

Don't touch me! (please do it)


onKeyDown:


onKeyPress:


onDragStart:

Try to move me!


onTouchStart: (Only touch devices)

Touch to discover something

...

onTouchEnd: (Only touch devices)

Touch and stop to discover something

...

onTouchMove: (Only touch devices)

Touch and move to discover something

...