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/4820febbaead908713eda7e9253a18d3 to your computer and use it in GitHub Desktop.
Save goofmint/4820febbaead908713eda7e9253a18d3 to your computer and use it in GitHub Desktop.
9.md
// 初期化処理
__ready: function() {
var that = this;
$('#draggable').draggable();
$('#droppable').droppable({
drop: that.ownWithOrg(that.drop)
});
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment