I’m using the jQuery Validation plug-in
is it possible to trow the errors in a specific div?
like
<label>userName:</label>
<input type="text" name="user"/>
<span id="userErr">you must enter username</span>
is this possible?
10x
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are several ways to do this, as described by the documentation. You can use:
or investigate
errorElement,wrapper, anderrorLabelContainer