e.preventDefault() is not working in my IE6. Could you please provide some code to make it work in IE too?
I am using this function not anchor tag but on an image tag, so whenever somebody clicks on an image he should be ablt o drag over the image
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.
in place of
e.preventDefault()you could alsoreturn false;at the end of the code like this,