• Resolved titsmaker

    (@titsmaker)


    Hi, I am raising again this topic as I did not get any answer previously.
    As you know WordPress devs finally decided to upgrade to the current JQuery version in 2020. Now WP core uses latest Jquery + JQuery Migrate and we can see all the JS notices in our console. Sooner 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.js

    jQuery.fn.change() event shorthand in …/17track/assets/js/setting.js and …/17track/assets/js/admin.js

    You 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!

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Deprecated jQuery code’ is closed to new replies.