Jquery event quantity change after update
-
Hello,
I had implemented jquery code that shows a message when quantity input field changes in the product page. After last woocommerce update it doesn’t seem to work.Trigger code:
$(‘[name=quantity]’).on(‘input change’, function() {
console.log(“test”);
}).change();
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Jquery event quantity change after update’ is closed to new replies.