WPIntell

Source evidence

Multiple jquery functions are deprecated

Multiple Featured Images · support · 2020-11-11T20:18:00+00:00

complaintsentiment
mediumseverity
0.93relevance
2replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 33 rows with source links

12.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
pablitem unresolved
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. I forgot to mention the plugin version: Multiple Featured Images Version 0.5.0 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() {})

Comments

2 shown
pablitem 2020-11-11T20:20:00+00:00

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

pablitem 2020-11-12T19:02:00+00:00

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() {})