Skip to content

Instantly share code, notes, and snippets.

@meanphil
Created January 11, 2011 01:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meanphil/7dfe4c273d4c73ec11e0 to your computer and use it in GitHub Desktop.
Save meanphil/7dfe4c273d4c73ec11e0 to your computer and use it in GitHub Desktop.
new Draggable(item, { ghosting: true, revert: true,
onEnd: function(draggable, event) {
dropPosition = $(draggable.element).cumulativeOffset();
// create new element at dropPosition x,y
},
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment