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

Remove jQuery dependency #123

Open
dougwaldron opened this issue Feb 9, 2024 · 0 comments · May be fixed by #128
Open

Remove jQuery dependency #123

dougwaldron opened this issue Feb 9, 2024 · 0 comments · May be fixed by #128
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dougwaldron
Copy link
Member

dougwaldron commented Feb 9, 2024

Research the feasibility of completely removing jQuery.

jQuery was removed from Bootstrap as of version 5, making it easier to remove as a dependency for our apps. All custom scripts should be rewritten in plain vanilla JavaScript.

The trickiest functionality will be the ASP.NET client-side validation which relies on jQuery. Here's one alternative: Adding client-side validation to ASP.NET Core, without jQuery or unobtrusive validation

@dougwaldron dougwaldron added enhancement New feature or request help wanted Extra attention is needed labels Feb 9, 2024
@dougwaldron dougwaldron transferred this issue from gaepdit/complaint-tracking Oct 28, 2024
@tanvirp10 tanvirp10 self-assigned this Nov 8, 2024
@tanvirp10 tanvirp10 linked a pull request Nov 12, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants