I am trying to write a registration page and I am having the hardest time.
Registration:&l
if ($("#Password").val() != $("#ConfirmPassword").val()) { alert("Passwords do not match."); }
A JQuery approach that will eliminate needless code.