0
Which is the draggable tag for images ?
which is the draggable tag for images ?
7 Answers
+ 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">
Hot today
I have made a calculator in which my % (Percentage) not work correctly for 100%50 or 100%20.
2 Votes
Python palindrome challenge.
1 Votes
Java
0 Votes
Number of Ones ( C++ ) question!
1 Votes