Do any of you know the easiest way to make multiple HTML elements draggable? I'd like to create a little stack of PS1 discs (as PNGs) that can be looked through by dragging/dropping. I don't know how to do Javascript but found some code online — I just can't get it to work correctly for multiple images.
I used jquery on ARandomOS, so whatcha do is add jquery to ur website and put in a js file, $( function() { $( "#name-of-element-id" ).draggable(); } );
I used jquery on ARandomOS, so whatcha do is add jquery to ur website and put in a js file, $( function() { $( "#name-of-element-id" ).draggable(); } );