javascript - how to disable image selection using jQuery? -
When we drag on an image, the image is selected. How do I use jquery or javascript to make this selection? I am trying to create a custom image crop script. I tried e.preventDefault ()
but it is not working in IE6, please
thanks
There are some CSS properties -webkit-user-select: none; And select -mose-user: none
Comments
Post a Comment