I’m trying to understand how this drag/drop javascript example would be done in jquery. I’m guessing the jquery version will be cleaner, more efficient, and easier to understand.
I’m trying to understand how this drag/drop javascript example would be done in jquery.
Share
This is how i do it w/o using jQuery UI. Assumes you’ve styled
.draggableto also beposition: absolute: