-
Notifications
You must be signed in to change notification settings - Fork 3
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, use fetch for AJAX #248
Labels
Milestone
Comments
There is a caveat in that the Miller columns library we use is jQuery-based. |
Revisiting this after some exploration, there still does not seem to be a decent Miller columns JS library not reliant on jQuery. |
https://github.com/alphagov/miller-columns-element is an implementation of Miller columns using Custom Elements w/o the reliance on jQuery. |
machawk1
added a commit
that referenced
this issue
Apr 26, 2021
machawk1
added a commit
that referenced
this issue
Jul 14, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Various DOM selectors
$()
are also much better supported in browsers nowadays, too. The more native JS we can use, the less outdated the dependencies contained.The text was updated successfully, but these errors were encountered: