I am wondering how I would place an asterisk by a required field and also have the jquery validation message also there. I am a complete noob at jquery so I am kind of confused about how to do this?
Share
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.
here is what can sum it up
first part:
How to implement asterix by required field
Option1:
define asterix in display name
Option 2:
using label and add manually span with asterix
for second part( validation using jquery)
check this link it is guide how to implement client side validation using jquery: