Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Emre Vona

    (@emrevona)

    why are you using jquery migrate?

    Thread Starter davidki

    (@davidki)

    I am using Enable jQuery Migrate Helper plugin, which shows me some jQuery deprecation in plugins code.

    And I found jQuery deprecation in your plugin which I wrote you in my previous comment.

    So please, adjust your code so we can be sure, that in newer jQuery version your plugin will not have problems.

    Thank you.

    Plugin Author Emre Vona

    (@emrevona)

    can you disable the plugin and try please?

    Thread Starter davidki

    (@davidki)

    Without this plugin, everything is Ok.

    But the point is to be sure, that in newer jQuery version your plugin will not have problems because of you use some deprecated jquery code.

    I can adjust code of your plugin by myself, but I do not want to do that everytime you update your plugin.

    Plugin Author Emre Vona

    (@emrevona)

    I installed the Enable jQuery Migrate Helper plugin and I did not replicate the problem. how can I replicate the problem?

    Thread Starter davidki

    (@davidki)

    At setting page of the plugin I checked all options. And then I visit various pages of my site. I look into the console of web browser or some deprecations are listed also on “Logged deprecations” page of the plugin.

    But for what I wrote to you, really is enought to change

    this code .click(function(e)

    to this .on(“click”, function(e)

    in files:
    wp-fastest-cache/js/toolbar.js

    wp-fastest-cache/js/column.js

    Plugin Author Emre Vona

    (@emrevona)

    can you contact me via email please: https://www.wpfastestcache.com/contact-us/

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