Skip to content

Instantly share code, notes, and snippets.

@stephenprater
Created August 4, 2011 18:41
Show Gist options
  • Save stephenprater/1125900 to your computer and use it in GitHub Desktop.
Save stephenprater/1125900 to your computer and use it in GitHub Desktop.
maybe?
$('#particles > .particle').draggable({
containment: '#mainpage',
helper: 'clone',
appendTo : '#mainpage',
zIndex: 1000,
start: function(){ $(this).toggle(); },
stop: function(){ $(this).toggle(); }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment