Deprecated jQuery code
-
Hi! As you know WordPress devs finally decided to upgrade to current JQuery version in 2020. Now WP core uses latest Jquery + JQuery Migrate and we can see all the JS notices in our console. Sppner or later these functions will stop working.
Your plugin has following deprecated jQuery code:jQuery.fn.bind() is deprecated
in …/17track/assets/plugin/chosen/chosen.jquery.min.jsjQuery.fn.change() event shorthand
in …/17track/assets/js/setting.js and …/17track/assets/js/admin.jsYou can see more detailed info about these deprecations here – https://api.jquery.com/bind/ and here – https://github.com/jquery/jquery/issues/3214
Can you please update the code?P.S. Thank you for your efforts dedicated to maintaining this plugin!
- The topic ‘Deprecated jQuery code’ is closed to new replies.