Skip to content

Instantly share code, notes, and snippets.

@john-eevee
Created August 25, 2014 23:35
Show Gist options
  • Select an option

  • Save john-eevee/b6cb420ea3427987879a to your computer and use it in GitHub Desktop.

Select an option

Save john-eevee/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