Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 189 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 189 Bytes

grappler

HTML5 Drag and Drop

window.onload = function(){
	grappler('ul li').box('#box', function(dropped){
		console.log(dropped);//the dropped element
	});
};