On step 2 of my step by step jquery form I’m trying to get the form to output an inline error when the user makes a selection in the range 0-0 because it’s not a valid input. How do I go about doing 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.
Not difficult. You just need to check both values of the slider before you allow them to continue. Your error message behaves a little funky (outside the scope of your question), but this should answer your question.