A small question, hopefully with a simple answer, I use jQuery draggable and droppable to put items in the dock. Using the code below to delete.
$("#dock").droppable({ drop: function(event, ui) {
However, I could not find a way to get which element was actually reset, so I can do something. Is it possible?
jquery jquery-ui jquery-ui-droppable jquery-ui-draggable
Pez Cuckow Jun 04 2018-10-10T00: 00-06-14
source share