4

when we drag over an image, the image become selected. how can i disable this selection using jquery or javascript? I am trying to create a custom image crop script. i tried e.preventDefault() but it is not working in IE6, please help

Thank you

2

2 Answers 2

7

There are also some css properties like -webkit-user-select: none; and -moz-user-select:none

Sign up to request clarification or add additional context in comments.

Comments

1

You could always just use a existing tool for that or look at the code to understand what it is you are missing.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.