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

domManager.delete #3

Open
lindelwa122 opened this issue Sep 28, 2023 · 3 comments
Open

domManager.delete #3

lindelwa122 opened this issue Sep 28, 2023 · 3 comments
Assignees
Labels
enhancement New feature or request good first issue Good for newcomers to do Feature is required

Comments

@lindelwa122
Copy link
Owner

domManager.delete

domManager

The domManager module is responsible for creating, updating, reading, and deleting DOM elements.

delete()

The delete() function is responsible for removing an element or elements from the DOM.

Parameters/Inputs:

  • selector: string
  • all: boolean (optional)

The function accepts two parameters: selector (string) and all (boolean), with a default value of false.

delete() should remove the specified element from the DOM, or if all is set to true, it should remove all elements that match the selector.

@lindelwa122 lindelwa122 added enhancement New feature or request good first issue Good for newcomers to do Feature is required labels Sep 28, 2023
@rakshithapatel08
Copy link
Contributor

rakshithapatel08 commented Oct 1, 2023

Hello!! @lindelwa122 , I came across your repository and felt interested about the project idea . I would like to contribute for the 'DOM delete feature' and I have started working on it . I am excited to improve the code for the above feature..

@lindelwa122
Copy link
Owner Author

Hey, @rakshithapatel08, I am glad to hear that. I have assigned the feature to you.

@rakshithapatel08
Copy link
Contributor

Hey@lindelwa122 , I have completed testing my code for the delete feature, will be coming up with the PR soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers to do Feature is required
Projects
None yet
Development

No branches or pull requests

2 participants