Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created May 11, 2017 05:17
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/5a92b40aeca284fea72cdbfcbfcb723a to your computer and use it in GitHub Desktop.
Save goofmint/5a92b40aeca284fea72cdbfcbfcb723a to your computer and use it in GitHub Desktop.
6.md
stop: function(event, ui) {
var target = $(ui.item);
$('#list').append('<li>' + target.find('.portlet-header').text() + 'が移動しました。</li>');
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment