Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Event Delegation in JavaScript #8867

Open
1 task done
subhangi2731 opened this issue Nov 30, 2021 · 3 comments
Open
1 task done

Event Delegation in JavaScript #8867

subhangi2731 opened this issue Nov 30, 2021 · 3 comments
Assignees
Labels
Assigned Assigned to some work documentation Improvements or additions to documentation Frontend Dev HTML/CSS/JS GWOC21

Comments

@subhangi2731
Copy link

Description

Event Delegation is basically a pattern to handle events efficiently. Instead of adding an event listener to each and every similar element, we can add an event listener to a parent element and call an event on a particular target using the .target property of the event object.

Domain

Frontend Dev HTML/CSS/JS

Type of Contribution

Documentation

Code of Conduct

@keywordlabeler keywordlabeler bot added documentation Improvements or additions to documentation Frontend Dev HTML/CSS/JS labels Nov 30, 2021
@github-actions
Copy link

Hello @subhangi2731,
Thank you for opening an issue. :octocat:
Note - Self-assigns by the original author will be prioritised by mentors manually
To get assigned to this particular issue please use /assign
Check this guide before contributing.

@subhangi2731
Copy link
Author

/assign

@github-actions github-actions bot added the Assigned Assigned to some work label Nov 30, 2021
@github-actions
Copy link

This issue has been assigned to @subhangi2731!
It will become unassigned if it isn't closed within 12 days. A maintainer can also add the pinned label to prevent it from being unassigned.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Assigned Assigned to some work documentation Improvements or additions to documentation Frontend Dev HTML/CSS/JS GWOC21
Projects
None yet
Development

No branches or pull requests

1 participant