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/1599a503f952284dcff60e1f38cb240d to your computer and use it in GitHub Desktop.
Save goofmint/1599a503f952284dcff60e1f38cb240d to your computer and use it in GitHub Desktop.
5.md
// 要素が外れた時のコールバック
blur: function(org, event, ui) {
$(org).removeClass('ui-state-highlight').find('p').html('Drop here');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment