• pablitem

    (@pablitem)


    Hello, I really love your plugin i think it is great but right now I can’t use it because i get a javascript error:
    Uncaught TypeError: jQuery(…).live is not a function

    And:

    /multiple-featured-images/js/kdmfi-admin.js: jQuery.fn.load() is deprecated

    The errors break all jquery i have from other plugins or custom plugins I have created. Would appreciate if you can update your plugin to work with the latest jquery version that has those functions deprectaed.

    The wordpress version I am using is: Version 5.5.3

    It seems that as of version 5.5.1 wordpress no longer includes jquery migrate helper which would explain you would not notice the error until you are above that version.

    See this:
    https://motopress.com/blog/wordpress-5-5-fix-jquery-migrate-helper/

    Thank you very much in advance for the help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter pablitem

    (@pablitem)

    I forgot to mention the plugin version:
    Multiple Featured Images Version 0.5.0

    Thread Starter pablitem

    (@pablitem)

    Hey Sorry for this was looking at our code and only the fn.load error comes from this plugin, the live one was from another plugin.

    Only one reference to .load on your code .load() should cahnge to .on(‘load’, function() {})

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Multiple jquery functions are deprecated’ is closed to new replies.