Skip to content

WangXueZhi/drag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

drag

这是一个拖拽类

使用

<body>
	<div id="text"></div>
</body>
<script src="Drag.js"></script>
<script>
	window.onload = function(){
		new Drag('text');
	}
</script>

About

Module for Drag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published