0
Which is the draggable tag for images ?
which is the draggable tag for images ?
7 Respostas
+ 4
There is no built-in draggable tag, as any element can be defined as a dragable one... You must implement it with JS, why not with library to simplify less or more your work ^^
+ 4
"true", "false" or "auto":
https://www.w3schools.com/tags/att_global_draggable.asp
https://www.w3schools.com/html/html5_draganddrop.asp
+ 2
use jquery ui:
jqueryui.com
+ 2
but there was this :
<img src="..." draggable="true">
0
but there was this :
<img src="..." draggable="what do I have to write here?">
0
ooh, thanks dude
0
<IMG src="source.img" draggable="whatever">