I’m trying to use a multiple handlers slide like jQuery example, but I what to be able to drag the part between the handlers.
jQuery example:
http://jqueryui.com/demos/slider/range.html
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.
This has been prototyped by davidpadbury.
If you want to do it manually, register a custom handler to the slide event and set the value of the handlers by accessing them like this:
Check the source of the range slider example, this can be implemented similar to the setting of the dollar values in that example. However, this will only work easily if you want to have a permanently fixed range (i.e. losing the ability to adjust the range by the handlers). If you want to preserve that feature, check the implementation by David Padbury.