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

Reduce dependency from jQuery #89

Open
ratulSharker opened this issue Jan 24, 2023 · 0 comments
Open

Reduce dependency from jQuery #89

ratulSharker opened this issue Jan 24, 2023 · 0 comments

Comments

@ratulSharker
Copy link
Owner

Until now jQuery is used in dx-ball in following processes

  • Querying DOM.
  • Event binding.
  • Bootstrap's underlying usage (i.e modal)

We want to get rid of jQuery implementations. Scope of this task is to convert followings

  • Instead of querying DOM using jQuery, use native javascript.
  • Use javascript native event binding instead of jQuery.

Getting rid of the Bootstrap will be a big task itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

1 participant