WooCommerce checkout input value being lost on click or submit
I need to set #billing-postcode to a certain value, via a JS script. If I go on the checkout page and write jQuery('#billing-postcode').val('2222') I see the input with the value 2222 and the Postcode label on top of it. If…