Capítulo 223 de 411
Static lookup that returns the Draggable instance associated with a given DOM element (or selector), or undefined if none exists.
Draggable.create(".draggable", { type: "x,y" });
let d = Draggable.get("#element1");
get() can no longer find it.