Skip to content

hygeiasmiuk/Drag.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Drag.js

Native way to make all element draggable (No jquery)

#How to use? 1.

<script src="../script/drag.js"></script>

2.(Make sure your element has already mount to DOM)

 document.getElementById('flex1').onmousedown = function () {
    _drag_init(this);
    }

About

Native way to make all element draggable (No jquery)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%