Hallo we have legenda theme ver.2.6.3
and woocommerce 2.3.7
at your theme checkout/form-billing.php we are trying to insert this script :
<script>
$( “#billing_postcode” ).change(function() {
alert(‘TEST’);
});
</script>
this script works on other sites/themes
here it does not beeing called?
although the following script works fine :
<script> alert(‘TEST’) </script>
so the problem seems to occur when we use the onchange command?
any help plz