Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.3K+ articles
JavaScript
11.6K+ articles
HTML
5.3K+ articles
JQuery
4.9K+ articles
CSS
4.9K+ articles
jQuery-Questions
477+ articles
jQuery-Methods
431+ articles
jQuery-Selectors
93+ articles
jQuery-Propertie
25+ articles
jQuery
25+ articles
jQuery-Events
39 posts
Recent Articles
Popular Articles
How to Capture Click Events on Selected Toolbar Buttons Using jQuery ?
Last Updated: 24 April 2025
When working with web applications and interfaces, capturing click events on toolbar buttons is a common task. jQuery simplifies this process by providing a convenient way...
read more
Web Technologies
Picked
jQuery-Events
jQuery-Selectors
JQuery
jQuery
jQuery Events
Last Updated: 16 October 2023
jQuery events are actions or occurrences that happen on a web page, such as clicks, hover, or keypress. jQuery provides methods to handle and respond to these events with ...
read more
Web Technologies
jQuery-Events
JQuery
Explain the use of the $.fn.bind and $.fn.trigger
Last Updated: 29 March 2023
In this article, we will learn two methods that are related to jQuery events of DOM when the user or the program triggers an event.Use of bind():It adds a common event lis...
read more
Web Technologies
Picked
jQuery-Events
JQuery
How to attach a method to HTML element event using jQuery ?
Last Updated: 26 July 2024
In this article, we are going to learn, how can we attach a method to an HTML element event using jQuery.There are various events like click(), mouseenter(), mouseout(), e...
read more
Technical Scripter
Web Technologies
Picked
jQuery-Events
JQuery
jQuery-Questions
Technical Scripter 2022
How to Add Edit and Delete Table Row in jQuery ?
Last Updated: 22 July 2024
In this article, we will create an example of how to add, edit and delete table rows in jQuery. For creating this functionality we need to know about the basics of the HTM...
read more
Web Technologies
Picked
jQuery-Events
JQuery
jQuery-Questions
How to check whether the event namespace is used in jQuery ?
Last Updated: 21 June 2021
The jQuery is lightweight, and it has a lot of features like HTML/DOM manipulation, CSS manipulation, HTML event methods, effects and animations, AJAX, utilities. Many mul...
read more
Web Technologies
Picked
jQuery-Events
JQuery
jQuery-Methods
jQuery-Questions
How to set different color for each letter in a text field using jQuery ?
Last Updated: 18 May 2021
In this article, we will find how to set a different color for each letter in a text field using jQuery?Approach:To do this we will have to change the color of text whenev...
read more
Web Technologies
Picked
jQuery-Events
JQuery
jQuery-Questions
jQuery Event Methods Complete Reference
Last Updated: 18 April 2025
An event refers to the actions performed by the site visitor during their interactivity with the website (or webpage). There can be various types of events such asThe user...
read more
Web Technologies
jQuery-Events
JQuery
jQuery-Propertie
jQuery-Methods
jQuery Mouse Events
Last Updated: 13 June 2022
This article will explain different mouse events occurring based on mouse positions on a particular HTML element.Mouse Events in jQuery:mouseenter and mouseleavemouseup an...
read more
Web Technologies
jQuery-Events
JQuery
jQuery lose focus event
Last Updated: 29 November 2024
The lose focus event in jQuery, occurs when an input field is no longer active, such as when a user clicks outside of it. This event is useful for validating input or trig...
read more
Web Technologies
Picked
HTML
jQuery-Events
CSS
JQuery
How to Change Element Color Based on Color Picker Value?
Last Updated: 10 October 2024
Changing an element's color based on the color picker's value involves using a color input element to select a color, and then, upon clicking a button or triggering an eve...
read more
Web Technologies
JavaScript
Picked
HTML
jQuery-Events
CSS
Trigger a keypress/keydown/keyup event in JS/jQuery
Last Updated: 03 August 2021
In this article, we are going to discuss 2 methods of logging key-presses in web technologies using vanilla JavaScript as well as Jquery. We will also discuss the events r...
read more
Web Technologies
JavaScript
Picked
jQuery-Events
JQuery
jQuery event.isPropagationStopped() Method
Last Updated: 11 January 2024
jQuery event.isPropagationStopped() Method is used to check whether the object event.stopPropagation() is called or not. If event.stopPropagation() is called then it retur...
read more
Web Technologies
Picked
jQuery-Events
JQuery
jQuery-Methods
jQuery event.data Property
Last Updated: 11 January 2024
jQuery event.data property is used to contain the optional data which is passed to an event method. The data is passed when the currently executing handler is bound. Synta...
read more
Web Technologies
Picked
jQuery-Events
JQuery
jQuery-Propertie
jQuery event.currentTarget Property
Last Updated: 11 January 2024
jQuery event.currentTarget property is used to return the current DOM element within the event bubbling phase. The event.currentTarget is typically equal to "this". Syntax...
read more
Web Technologies
Picked
jQuery-Events
JQuery
jQuery-Propertie
1
2
3
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !