I have a jQuery Mobile slider with a min value of 0 and a max value of 100 and a constraint value of 35. If the slider starts at 0 and the user starts to slide the slider, how do I get the slider to stop at 35?
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.
The following script stops a slider at the value of 35:
Below you can find a working example:
I hope this helps.