• Resolved wgfusari

    (@wgfusari)


    Hi – I am receiving this warning on my plugins page:
    jQuery Migrate Helper — Warnings encountered
    This page generated the following warnings:

    ……wp-content/plugins/blog-designer/js/admin_script.js: jQuery.fn.load() is deprecated
    Please make sure you are using the latest version of all of your plugins, and your theme. If you are, you may want to ask the developers of the code mentioned in the warnings for an update.

    Anyone else experience this?

    • This topic was modified 4 years, 2 months ago by wgfusari.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor Sanjay Dabhoya

    (@sanjaydabhoya)

    Hi @wgfusari,

    Sorry for the inconvenience caused to you. Please replace the below code in your plugin copy.

    Replace code

    jQuery(window).load(function () {

    with

    jQuery(window).on(‘load’,function () {

    in plugins/blog-designer/js/admin_script.php and line number is 397

    Let me know if you have further query.

    Thank you

    Thread Starter wgfusari

    (@wgfusari)

    Thank you very much. I believe that worked!
    Wendy

    • This reply was modified 4 years, 2 months ago by wgfusari.
    Plugin Contributor Sanjay Dabhoya

    (@sanjaydabhoya)

    good to know that your issue fixed.

    jQuery migrate is reporting this for me too.
    Are you able to update the plugin with the correct code?

    • This reply was modified 3 years, 9 months ago by bluesix.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘jQuery.fn.load() is deprecated’ is closed to new replies.