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
//disable $('#submit_postcode').attr('disabled', true); //re-enable $('#submit_postcode').removeAttr('disabled');