As per this plugin http://flowplayer.org/tools/demos/rangeinput/index.html
Does anybody know how to add second handle to the range? I’ve asked this on official site but still no answer 🙁
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.
What I do is make two ranges then move them one on top of the other, plus some code to prevent the minimum to go over the maximum:
This works fine with the first example from the jQuery tools website, and you get two handles.
The event handler to pervent the left from overtaking the right:
This way I don’t break the HTML5 semantics and I get two handles.