I am trying to find a small script where while typing in the two password fields and if the passwords do not match then the script will specify… I also hope to do this without having to click the Submit button.
Here are my two fields:
<input name="password" type="password" id="password-1" maxlength="30" placeholder="Password Must Be 5-30 Characters" class="text-input required password">
<input name="password" type="password" id="password-2" placeholder="Repeat Password" class="text-input required password">
change the input field names,
and use the following script,
If you want to use more functions, you should think of using a jquery plugin like jquery Validate