Fixed
Project:
Diff
Version:
2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 May 2026 at 08:23 UTC
Updated:
3 Jul 2026 at 01:30 UTC
Jump to comment: Most recent
Replace jQuery usage with vanilla js.
jQuery will be (hopefully) removed from core at some point. Our needed js is simple enough to be just vanilla js and avoid an extra dependency.
Replace jQuery usage with vanilla js.
None.
None.
None.
None.
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
acbramley commentedAs part of this we should refactor this javascript to be less if/elsey. We should be able to use classList.toggle()
Comment #5
tom kondaComment #6
acbramley commentedmade some minor changes otherwise works well, thanks!