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
Are there plans to update this plugin for jQuery 4.X? I love tablesorter, but it has quite a few jQuery deprecated functions still in use. Such as jQuery.tim(), jQuery.isFunction(), jQuery.bind(), jQuery.unbind(), etc. I know it can be run with jQuery migrate, but would prefer to not have to do that long term.
Are there plans to update this plugin for jQuery 4.X? I love tablesorter, but it has quite a few jQuery deprecated functions still in use. Such as jQuery.tim(), jQuery.isFunction(), jQuery.bind(), jQuery.unbind(), etc. I know it can be run with jQuery migrate, but would prefer to not have to do that long term.
Thanks for this awesome plugin!
https://api.jquery.com/category/deprecated/deprecated-3.0/
https://api.jquery.com/category/deprecated/deprecated-3.2/
https://api.jquery.com/category/deprecated/deprecated-3.3/
https://api.jquery.com/category/deprecated/deprecated-3.4/
https://api.jquery.com/category/deprecated/deprecated-3.5/
P.S. Running the plugin with jQuery Migrate (the not minified version), will show all the deprecation warnings using jQuery 3.X.
The text was updated successfully, but these errors were encountered: