You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
As jQuery
bind
andunbind
are now deprecated, I suggest replacing them withon
andoff
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.
The text was updated successfully, but these errors were encountered: