Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created October 14, 2016 08:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save goofmint/b8065981a657fda5b47266614dc7970c to your computer and use it in GitHub Desktop.
Save goofmint/b8065981a657fda5b47266614dc7970c to your computer and use it in GitHub Desktop.
9.md
// 要素がドロップされた時のコールバック
drop: function(org, event, ui) {
$(org).addClass('ui-state-highlight').find('p').html('Dropped!');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment