├── README.md ├── img └── drag_drop1.png ├── index.html ├── js ├── drag_drop.js └── jquery-ui.css └── main.css /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Big-Silver/Drag-and-Drop/HEAD/README.md -------------------------------------------------------------------------------- /img/drag_drop1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Big-Silver/Drag-and-Drop/HEAD/img/drag_drop1.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Big-Silver/Drag-and-Drop/HEAD/index.html -------------------------------------------------------------------------------- /js/drag_drop.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Big-Silver/Drag-and-Drop/HEAD/js/drag_drop.js -------------------------------------------------------------------------------- /js/jquery-ui.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Big-Silver/Drag-and-Drop/HEAD/js/jquery-ui.css -------------------------------------------------------------------------------- /main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Big-Silver/Drag-and-Drop/HEAD/main.css --------------------------------------------------------------------------------