0
Hello! I have a jquery function that is triggered by two tags ("select" and "input") as in the code below:
$('.checkout-wrapper').on('blur', '.woocommerce-shipping-fields input, .woocommerce-shipping-fields select', function () {
});
It’s like I know which of these tags is calling the event through this or some jquery function?
It worked perfectly! Thank you very much friend!
– Lukan Dos Santos Pinto