Hi everyone, I have a simple post code check, I'd to check the submitted value against a pre-made variable, how can I do this in Jquery,
any help would be appreciated.
<form method="post" action="#">
<input name="textfield" type="text" id="textfield" size="8" maxlength="8" />
<input type="submit" value="submit">
</form>
and my variable contains B1,B2 and B3.
if the post code entered is similar to the variable an ok message is sent otherwise a no message is sent.
thanks