Home › Forums › JavaScript › Where am i going wrong? Simple Function ?! › Re: Where am i going wrong? Simple Function ?!
May 19, 2012 at 8:12 pm
#103115
Participant
/* This if statement is returning the false alert only but slightly fixed, still need alot of help with this */
if ($( _inputArray[1] ).val().match( _regexEmail ))
{
alert("Your amount contains valid characters");
return;
}