Skip to content

Instantly share code, notes, and snippets.

@vincentdeelen
Created June 23, 2013 08:56
function dragJob(ev) {
ev.dataTransfer.setData("Job", ev.target.id);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment