Uncaught TypeError: a.indexOf is not a function when remove jquery migrate
-
Hi there,
The variant product was no longer working after I removed the jQuery migrate and it showed an error in the console:
"Uncaught TypeError: a.indexOf is not a function"
This error may be caused by the load() method. in file wpgs.js line 8:
$('.woo-product-gallery-slider .woocommerce-product-gallery__image img').load(function () {
I tried replacing it with on() method and it works fine
$('.woo-product-gallery-slider .woocommerce-product-gallery__image img').on('load', function () {
Can you please update this?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Uncaught TypeError: a.indexOf is not a function when remove jquery migrate’ is closed to new replies.