checking this sample. http://html5demos.com/drag
i was wonder how to get when You drop a < li >. (by href)
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.
If I understand you correctly: You want to get the href attribute of the element being dropped? If so you can view source on that page and look on line 131.
the
elelement has anhrefattribute so you can do:el.hrefand that will give you the href you are asking for and in this case it will returnhtml5demos.com/drag#