Is there any way I can append a div to the slider handle, so I can control the handle by dragging that div? Please see the picture attached.

Thank you.
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.
Yes, you can attach a
<div>to the handle and use that<div>to control the slider. The drag events work just as well on the handle’s children as on the handle itself; so, you can just give the handle an appropriately absolutely positioned child, something like this:and some CSS:
Demo: http://jsfiddle.net/ambiguous/9B4MC/