-
Notifications
You must be signed in to change notification settings - Fork 754
Fix jQuery deprecation notices (has PR) #1787
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
Comments
jeffwidman
added a commit
to pallets-eco/flask-debugtoolbar
that referenced
this issue
Apr 11, 2024
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
jeffwidman
added a commit
to pallets-eco/flask-debugtoolbar
that referenced
this issue
Apr 13, 2024
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
jeffwidman
added a commit
to pallets-eco/flask-debugtoolbar
that referenced
this issue
Apr 13, 2024
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running on jQuery 3.5 (and possibly earlier versions) results in plenty of jQuery deprecation notices in your browser console.
PR to update deprecated code: #1786
N.B. This could potentially affect compatibility with older jQuery versions, so you may wish to make a version bump together with it.
The text was updated successfully, but these errors were encountered: