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

jQuery bind and unbind are now deprecated #1292

Open
energynumbers opened this issue Sep 27, 2016 · 2 comments
Open

jQuery bind and unbind are now deprecated #1292

energynumbers opened this issue Sep 27, 2016 · 2 comments

Comments

@energynumbers
Copy link

As jQuery bind and unbind are now deprecated, I suggest replacing them with on and off respectively.

This will work for all jQuery versions 1.7 to 3.0+ , will remove the warnings from jquery-migrate-3, and will help to future-proof tablesorter.

@Mottie
Copy link
Owner

Mottie commented Sep 27, 2016

Hi @energynumbers!

Yes, I am aware of the deprecation. I wanted to maintain the compatibility of this fork with the original as much as possible, so that's why I've kept the jQuery requirement at v1.2.6, or at least tried to do that.

I'm going out of town for a month starting next week. Once I get back, I plan to dedicate more time into the Abelt project (renamed from Tablesorter v3.0) where pretty much the whole thing will be rewritten from scratch and in pure javascript. I think I'll even end up rewriting the code that already exists as I plan to use ES6.

@rylanb
Copy link

rylanb commented Jun 26, 2023

Any progress here?

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

3 participants