Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 11, 2017 05:10
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/9904b128819fe310b13877a4a38b2373 to your computer and use it in GitHub Desktop.
Save goofmint/9904b128819fe310b13877a4a38b2373 to your computer and use it in GitHub Desktop.
5.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