USe of Deprecated jQuery code causes undefined behaviour
-
Hello,
jQuery has deprecated
jQuery.load
events since 1.8I’m facing an issue that a combination of multiple plugins that causes a “Uncaught TypeError: e.indexOf is not a function” error to be thrown and ends up breaking my site.
It’s being used in
advanced-flat-rate-shipping-for-woocommerce-public.js
on line 47Changing it with a
jQuery.on("load",
is the correct approach. Support for jQuery 1.8 should be dropped by this point.Thank you for your plugin.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘USe of Deprecated jQuery code causes undefined behaviour’ is closed to new replies.