[SOLVED] JS .addEventListener() for Drag & Drop

I see you got there yourself! document.getElementsByClassName() returns an array of elements, not a single element. jQuery is probably the right way to go there :slight_smile:

1 Like