Lets say I create a draggable item in an array e.g.
dragItem[n] = Draggable.create(tempClip, { type: "left", trigger:"#projectDrag", edgeResistance:0.99, throwProps: true, zIndexBoost: false, bounds: { minX: tempMinX, maxX: tempMaxX}});
how do I then temporarily disable it, and indeed check it actually exists in the first place.
Sorry for not posting a codein, but this is part of a huge problem