Skip to content

Instantly share code, notes, and snippets.

@goofmint
Created October 14, 2016 08:11
Embed
What would you like to do?
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