Home › Forums › CSS › Placeholders are being validated via jQuery Validation before user interaction › Reply To: Placeholders are being validated via jQuery Validation before user interaction
November 20, 2013 at 2:28 pm
#156725
Participant
You have the validate kick in on document.ready, shouldn’t you only call this when user submits the form by adding event handler to the submit button.