I would like to set the start position when I click into the parent area (div id content in the example) and set it as a start position for a drag event.
Is that possible?
Thanks.
I already have: JSFiddle Link
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.
Not sure if this is what you want, but check jsFiddle here
Edit: Good catch, updated the code for handling the clicks. Check the updated link and let me know.