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, use fetch for AJAX #248

Open
machawk1 opened this issue Jan 6, 2018 · 4 comments
Open

Remove jquery, use fetch for AJAX #248

machawk1 opened this issue Jan 6, 2018 · 4 comments

Comments

@machawk1
Copy link
Owner

machawk1 commented Jan 6, 2018

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.

@machawk1 machawk1 added this to the 2.X Release milestone Jan 6, 2018
@machawk1
Copy link
Owner Author

There is a caveat in that the Miller columns library we use is jQuery-based.

@machawk1
Copy link
Owner Author

machawk1 commented Sep 6, 2018

Revisiting this after some exploration, there still does not seem to be a decent Miller columns JS library not reliant on jQuery.

@machawk1
Copy link
Owner Author

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 Apr 26, 2021
@machawk1
Copy link
Owner Author

machawk1 commented Sep 7, 2021

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