HTML5 draggable='false' not working in Firefox browser HTML5 draggable='false' not working in Firefox browser javascript javascript

HTML5 draggable='false' not working in Firefox browser


just try this

add ondragstart="return false;" to your html element

<div id="dnd">    <textarea placeholder="drop here"></textarea>    <img src="http://johnlewis.scene7.com/is/image/JohnLewis/231108668?$prod_main$" draggable='false' ondragstart="return false;"/></div>