When I have the WebRotate360 plugin enabled, the credit card area on the checkout page from WooCommerce gets messed up. It's trying to load that section of the form via AJAX, but it just sits there greyed out with an endless loading icon. If I disable WebRotate360 it works fine, and I've also tried disabling all other plugins except WooCommerce and WebRotate360, but it still has the problem then, so it looks to be pretty specific to the two together.
In the Console in Chrome it lists this error in relation to one of the WooCommerce JS files (only when WebRotate 360 is active):
Uncaught TypeError: Object function (a,b){return new e.fn.init(a,b,h)} has no method 'parseHTML'
And this warning in relation to the jquery file from WebRotate360:
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
In the Console in Chrome it lists this error in relation to one of the WooCommerce JS files (only when WebRotate 360 is active):
Uncaught TypeError: Object function (a,b){return new e.fn.init(a,b,h)} has no method 'parseHTML'
And this warning in relation to the jquery file from WebRotate360:
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.