Skip to content

Instantly share code, notes, and snippets.

@benmorrow
Created March 14, 2013 07:33
Show Gist options
  • Save benmorrow/5159514 to your computer and use it in GitHub Desktop.
Save benmorrow/5159514 to your computer and use it in GitHub Desktop.
Template Preserve Meteor Draggable JQueryUI
Template.item.preserve({
'.draggable': function (node) { return node.id; }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment