• With your plugin installed I get erors shown checking my site on https://web.dev caused by the jQuery event-aliases like .load(), .unload() or .error() that all are deprecated since jQuery 1.8.
    I haven’t checked all, but found .load events. Could you please update your code?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Could you please send me a screenshot of console log message?

    Regards

    Thread Starter a223123131

    (@a223123131)

    Thanks for getting back. I can’t attache a file here… But here is where I found the code:

    jQuery(window).load(function(){
    Line 23 in accordion-hook.php

    jQuery(window).load(function(){
    Line 24 in tabs-hook.php

    I’m not a programmer, but Lighthouse is reporting old code and that’s why I searched your plugin for .load( / .unload( / .error(
    I’m not sure if this was right.

    Thread Starter a223123131

    (@a223123131)

    Looks like the plugin is based on old jQuery code. See https://ww.wp.xz.cn/support/topic/remove-jquery-migrate/

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Deprecated jQuery event-aliases’ is closed to new replies.