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

Fix some jquery deprecation warnings #242

Merged
merged 1 commit into from
Apr 13, 2024

Conversation

jeffwidman
Copy link
Member

Ths is a follow-on PR to
#241 in order to fix the deprecation warnings:

  • bind() replaced by on()
  • click(handler) replaced by on('click', handler)

Three deprecation warnings remain, but they are caused by the jquery.tablesorter.js plugin, so need to be handled upstream:

Related:

@jeffwidman
Copy link
Member Author

Thanks for the quick review @greyli 👍

Since this is the final PR in a 🚂 of Jquery-related PR's, I'll hold off on merging this until these other PR's are reviewed/merged:

Ths is a follow-on PR to
#241 in order to
fix the deprecation warnings:
* `bind()` replaced by `on()`
* `click(handler)` replaced by `on('click', handler)`

Three deprecation warnings remain, but they are caused by the
`jquery.tablesorter.js` plugin, so need to be handled upstream:
* Mottie/tablesorter#1787
* Mottie/tablesorter#1786

Related:
* #166
Base automatically changed from bump-jquery-to-3.x to master April 13, 2024 13:42
@jeffwidman jeffwidman force-pushed the fix-a-couple-of-jquery-deprecation-warnings branch from 1b38e19 to 2036b19 Compare April 13, 2024 13:45
@jeffwidman jeffwidman enabled auto-merge (squash) April 13, 2024 13:46
@jeffwidman jeffwidman merged commit 7f3deff into master Apr 13, 2024
10 checks passed
@jeffwidman jeffwidman deleted the fix-a-couple-of-jquery-deprecation-warnings branch April 13, 2024 13:48
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants