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

Check, if we can get rid of jQuery #6

Open
mrfatguy opened this issue Apr 19, 2024 · 0 comments
Open

Check, if we can get rid of jQuery #6

mrfatguy opened this issue Apr 19, 2024 · 0 comments
Assignees
Labels
refactor This issue or pull request already exists

Comments

@mrfatguy
Copy link
Owner

mrfatguy commented Apr 19, 2024

Minified jQuery is currently used in:

  • code.js for various solutions
  • generator.js in single usage of const textareas = $('textarea:visible')

The first one has 33 lines / 803 bytes so should be easy to refactor into native Javascript. The latter should be refactored in #1.

@mrfatguy mrfatguy added the refactor This issue or pull request already exists label Apr 19, 2024
@mrfatguy mrfatguy self-assigned this Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

1 participant