Skip to content

graphicgeek/grappler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

grappler

HTML5 Drag and Drop

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

About

HTML5 Drag and Drop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published