Skip to content

Instantly share code, notes, and snippets.

@john-evangelist
Created August 25, 2014 23:35
Show Gist options
  • Save john-evangelist/b6cb420ea3427987879a to your computer and use it in GitHub Desktop.
Save john-evangelist/b6cb420ea3427987879a to your computer and use it in GitHub Desktop.
$(function() {
$('.draggable').draggable({
containment : 'document',
cursor : 'move',
revert : "invalid"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment