-
Notifications
You must be signed in to change notification settings - Fork 43
6410 jQuery Deprecations #6411
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
Closed
Closed
6410 jQuery Deprecations #6411
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #6411 +/- ##
========================================
Coverage 79.83% 79.83%
========================================
Files 237 237
Lines 5218 5218
========================================
Hits 4166 4166
Misses 1052 1052 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This was referenced Apr 10, 2025
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Required reviewers
Impacted areas of the application
A chunk of the front-end interactivity where jQuery is involved, especially the deprecated parts of it. Specifically:
moved to Move from jQuery .bind, :first, .hover, .keyCode, :last, .submit, .trim #6752.bind()→.on()moved to Move from jQuery .focus, .blur #6753.blur()→.trigger('blur')moved to Move from jQuery.change #6751.change()→.trigger('change')moved to Move from jQuery.change #6751.change(𝑓)→.on('change', 𝑓)moved to Move from jQuery.click #6750.click()→.trigger('click)moved to Move from jQuery.click #6750.click(𝑓)→.on('click', 𝑓)moved to Move from jQuery .bind, :first, .hover, .keyCode, :last, .submit, .trim #6752:first→.first()moved to Move from jQuery .focus, .blur #6753.focus()→.trigger('focus')moved to Move from jQuery .bind, :first, .hover, .keyCode, :last, .submit, .trim #6752.hover(𝑓, 𝑓)→.on('mouseenter', 𝑓).on('mouseleave', 𝑓)moved to Move from jQuery .bind, :first, .hover, .keyCode, :last, .submit, .trim #6752.keyCode→.whichmoved to Move from jQuery .bind, :first, .hover, .keyCode, :last, .submit, .trim #6752:last→.last()moved to Move from jQuery .bind, :first, .hover, .keyCode, :last, .submit, .trim #6752.trim()→ native String.trim()moved to Move from jQuery .bind, :first, .hover, .keyCode, :last, .submit, .trim #6752.unbind()→.off()moved to Move from jQuery .bind, :first, .hover, .keyCode, :last, .submit, .trim #6752.unique()→.sortUnique()Screenshots
No visible changes
Related PRs
None
How to test
npm inpm run build./manage.py runserverURL: http://127.0.0.1:8000/calendar/
TEST: switch to grid view, click an event to trigger its "tooltip," click the ❌
NOTE: I DON'T THINK IS BEING USED ANYWHERE. REMOVE $('.js-search').each(function() { FROM data-init.js?
HOW: load any page, press tab button, click and Enter the skipnav element in the upper left
HOW: homepage on local only, change the election year
#id_u_contact_titletrigger focus then trigger blur#sub_category_id.readyand#sub_category_id.ajaxComplete