Using jquery mobile, I am trying to reset a form
I am using the following:
$('form').prop('selectedIndex',0);
The value the select submits does reset to zero, but the image stays as it is.
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.
Checkboxes:
Radios:
Selects:
Sliders:
Flip switches (they use slider):
try:
Or if this is a drop down select
JS