Which is the draggable tag for images ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which is the draggable tag for images ?

which is the draggable tag for images ?

26th Feb 2017, 12:21 PM
Samuele Sacchetti
Samuele Sacchetti - avatar
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 ^^
26th Feb 2017, 2:40 PM
visph
visph - avatar
+ 2
use jquery ui: jqueryui.com
26th Feb 2017, 1:52 PM
Qoutroy Stensiö
Qoutroy Stensiö - avatar
+ 2
but there was this : <img src="..." draggable="true">
26th Feb 2017, 3:56 PM
Qoutroy Stensiö
Qoutroy Stensiö - avatar
0
but there was this : <img src="..." draggable="what do I have to write here?">
26th Feb 2017, 3:54 PM
Samuele Sacchetti
Samuele Sacchetti - avatar
0
ooh, thanks dude
26th Feb 2017, 3:57 PM
Samuele Sacchetti
Samuele Sacchetti - avatar
0
<IMG src="source.img" draggable="whatever">
27th Feb 2017, 7:09 PM
Farooq Khan.S
Farooq Khan.S - avatar