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

Feature: 📌 나만의 querySelector 구현 #20

Closed
5 tasks done
SeokhunEom opened this issue Jul 25, 2023 · 0 comments
Closed
5 tasks done

Feature: 📌 나만의 querySelector 구현 #20

SeokhunEom opened this issue Jul 25, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@SeokhunEom
Copy link
Owner

SeokhunEom commented Jul 25, 2023

📝 Description

나만의 querySelector를 구현해본다.

✅ Todo

  • 태그 이름으로 querySelector구현
  • 클래스로 querySelector구현
  • 아이디로 querySelector구현
  • 여러 요소를 합쳐서 querySelector구현
  • 기존 querySelector와 myQuerySelector가 호환되도록 구현

🧑‍💻 ETC

  • 내가 만든 querySelector를 Document와 Element의 메소드로 둘 다 추가해서 myQuerySelector를 연속으로 사용할 수 있도록 사용
  • findTargetNode, findTargetClass, findTargetId를 따로따로 구현
@SeokhunEom SeokhunEom added the enhancement New feature or request label Jul 25, 2023
@SeokhunEom SeokhunEom self-assigned this Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant