Home › Forums › CSS › Draggable Boxes with CSS3 › Re: Draggable Boxes with CSS3
May 13, 2013 at 12:33 am
#134871
Participant
html5 has native drag (all latest browsers support it)
draggable has 7 events which are
* dragstart
* drag
* dragenter
* dragleave
* dragover
* drop
* dragend
here is a quick codepen to show a quick sample
[drag](http://codepen.io/anon/pen/gdHAv)