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

Popular posts from this blog

Eclipse CDT variable colors in editor -

AJAX doesn't send POST query -

wpf - Custom Message Box Advice -