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

Make JQuery dependency optional #214

Open
gcotelli opened this issue Nov 7, 2022 · 0 comments
Open

Make JQuery dependency optional #214

gcotelli opened this issue Nov 7, 2022 · 0 comments
Milestone

Comments

@gcotelli
Copy link
Member

gcotelli commented Nov 7, 2022

AFAIR we're using jQuery for these things:

  • Ajax calls
  • Locating DOM elements
  • Event handlers

We can probably replace this usage with some vanilla JS APIs and ditch altogether the jQuery dependency (that can be made an optional package for people wanting support for older browsers).

As a starting point, we need to research the Fetch API , document methods for querying and UI Events

@gcotelli gcotelli added this to the v14 milestone Nov 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant