jQuery Error with WooCommerce Debug Bar
-
Hello,
I’m finding in my inspect console the following error:
[Error] TypeError: ‘undefined’ is not a function (evaluating ‘$(‘#wc-debug-bar-show-products’).live’)
(anonymous function) (woocommerce-debug-bar.js, line 5)
f (jquery.min.js, line 1)
fireWith (jquery.min.js, line 1)
ready (jquery.min.js, line 1)
xt (jquery.min.js, line 1)It’s associated with the following code found in woocommerce-debug-bar.js
$(‘#wc-debug-bar-show-products’).live(‘click’, function() {
$(‘#wc-debug-bar-show-products’).hide();
$(‘#wc-debug-bar-hide-products’).show();
$(‘#wc-debug-bar-products’).show(‘fast’);
return false;
});Appreciate any thoughts,
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘jQuery Error with WooCommerce Debug Bar’ is closed to new replies.