• Resolved FriendlyWP

    (@mmcginnis)


    Getting warnings in the latest version of WordPress (try Enable jQuery Migrate Helper plugin to see more specifics):

    jQuery.fn.click() event shorthand is deprecated

    I think you just need to switch from using .click(function() to .on('click',function()

    It’s happening somewhere in the plugins/faq-schema-block-to-accordion/assets/js/YSFA-JS.min.js file but since it’s minified I can’t tell exactly where.

    Thanks!

Viewing 1 replies (of 1 total)
  • Plugin Author yasir129

    (@yasir129)

    Thanks for pointing that out.

    Required changes are pushed in the latest update (1.0.4)

Viewing 1 replies (of 1 total)
  • The topic ‘jQuery.fn.click() event shorthand is deprecated’ is closed to new replies.