Mouse Events In Java Script

 

onclickThe event occurs when the user clicks on an element
oncontextmenuThe event occurs when the user right-clicks on an element to open a context menu
ondblclickThe event occurs when the user double-clicks on an element
onmousedownThe event occurs when the user presses a mouse button over an element
onmouseenterThe event occurs when the pointer is moved onto an element
onmouseleaveThe event occurs when the pointer is moved out of an element
onmousemoveThe event occurs when the pointer is moving while it is over an element
onmouseoutThe event occurs when a user moves the mouse pointer out of an element, or out of one of its children
onmouseoverThe event occurs when the pointer is moved onto an element, or onto one of its children
onmouseupThe event occurs when a user releases a mouse button over an element

Comments

Popular posts from this blog

Ball & Slider