Such a problem:
by id_ = $(ui.draggable).attr("id");
I recognize the id item being copied. I am writing a condition if (id_ == "drag1"){console.log("это объект drag1"); } if (id_ == "drag1"){console.log("это объект drag1"); } .
but this condition does not work, what's the problem?
ui,ui.draggableis - Grundy