Skip to content

Instantly share code, notes, and snippets.

@pkarl
Created October 14, 2010 17:13
Show Gist options
  • Save pkarl/626586 to your computer and use it in GitHub Desktop.
Save pkarl/626586 to your computer and use it in GitHub Desktop.
// js
$('div#dragme').draggable()
// html
<div id="dragme">
Drag me! I'm a div
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment