Skip to content

Instantly share code, notes, and snippets.

View kmartin's full-sized avatar

Kevin Martin kmartin

  • Portland, OR
  • 06:20 (UTC -07:00)
View GitHub Profile

Keybase proof

I hereby claim:

  • I am kmartin on github.
  • I am acr0st (https://keybase.io/acr0st) on keybase.
  • I have a public key ASDGX5OQzUJJqWGza1s00ZnTGh1piOlHZQMGbcD1hW0SvAo

To claim this, I am signing this object:

@kmartin
kmartin / gist:968721
Created May 12, 2011 15:20
Jquery UI Draggable/Droppable Delete Problem
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<script src="/js/jquery-1.5.1.min.js" type="text/javascript">
</script>
<script src="/js/jquery-ui-1.8.12.custom.js" type=
"text/javascript">
</script>
<style type="text/css">
#draggable { width: 100px; height: 100px; padding: 0.5em; float: left; margin: 10px;}