• Resolved titsmaker

    (@titsmaker)


    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 console by default.
    Your plugin has following deprecated jQuery code in ajax-cart-autoupdate-for-woocommerce-admin.js:

    jQuery.fn.change() event shorthand

    You can see more detailed info about this deprecation here – https://github.com/jquery/jquery/issues/3214
    Although they will hardly ever remove these shorthands but this syntax is discouraged by jQuery devs.
    Can you please update the code?

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