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

**suggestion:** Reconsider the necessity of including jQuery #45

Open
bartczak-pa opened this issue Sep 4, 2024 · 0 comments
Open

**suggestion:** Reconsider the necessity of including jQuery #45

bartczak-pa opened this issue Sep 4, 2024 · 0 comments

Comments

@bartczak-pa
Copy link
Owner

          **suggestion:** Reconsider the necessity of including jQuery

jQuery is generally considered unnecessary for modern web development, especially if you're already using vanilla JavaScript. Consider removing it unless it's absolutely needed for specific functionality.

<!-- Remove jQuery if not needed -->
<!-- If jQuery is required, consider loading it from your static files instead of CDN -->
<!-- <script src="{% static 'js/jquery-3.6.0.min.js' %}"></script> -->

Originally posted by @sourcery-ai[bot] in #44 (comment)

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

No branches or pull requests

1 participant