View Single Post
Old 12-13-2023, 05:12 AM   #1
sahithya
Registered User
 
Join Date: Feb 2013
Location: Bangalore
Posts: 1,101
List of Javascript event listeners

- click - Triggered when a mouse click event occurs on the element.

- mouseenter and mouseleave - Fired when the mouse enters and exits the element's area.

- keydown and keyup - These events occur when a key on the keyboard is pressed down and released, respectively.

- submit - Triggered when a form is submitted, usually by clicking a submit button.

- focus and blur - These events happen when an element receives or loses focus, often used with form fields.

- change - Occurs when the value of an input element, such as a <select> dropdown or <input> field, changes.

- load - Fired when an external resource, like an image or a script, finishes loading.

- scroll - Triggered when an element is scrolled.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
sahithya is offline   Reply With Quote