Summary
Keywords
Full Transcript
#Javascript #Tutorial #Hindi Link for Complete JavaScript Tutorial in Hindi for Beginners: https://www.youtube.com/playlist?list=PLjpp5kBQLNTSvHo6Rp4Ky0X8x_MabmKye Link for Complete HTML and CSS Tutorial in Hindi for Beginners: https://www.youtube.com/playlist?list=PLjpp5kBQLNTSdLVVjU_kea8J8lP24ZseT In this video i will talk about Mouse Events in JavaScript. 1. onclick:- The event occurs when the user clicks on an element 2. oncontextmenu:- The event occurs when the user right-clicks on an element to open a context menu 3. ondblclick:- The event occurs when the user double-clicks on an element 4. onmousedown:- The event occurs when the user presses a mouse button over an element 5. onmouseenter:- The event occurs when the pointer is moved onto an element 6. onmouseleave:- The event occurs when the pointer is moved out of an element 7. onmousemove:- The event occurs when the pointer is moving while it is over an element 8. onmouseout:- The event occurs when a user moves the mouse pointer out of an element, or out of one of its children 9. onmouseover:- The event occurs when the pointer is moved onto an element, or onto one of its children 10. onmouseup:- The event occurs when a user releases a mouse button over an element Please subscribe to watch more videos like this: https://www.youtube.com/channel/UCWCGvAu1NDCldmLasELk62g?sub_confirmation=1 Join this channel to support Tech Gun: https://www.youtube.com/channel/UCWCGvAu1NDCldmLasELk62g/join
