I have a simple form to check the value of post code entered by the user against a variable,
I\'m trying to disable the submit button and do the check and give alert
$('#submit_postcode').attr('disabled', 'disabled');