Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current Path :
/
home
/
cts.eemo.co.kr
/
public_html
/
src
/
web
/
assets
/
js
/
Or
Select Your Path :
Upload File :
New :
File
Dir
/home/cts.eemo.co.kr/public_html/src/web/assets/js/ui_drag-and-drop.js
// Dragula $(function() { dragula([$('#dragula-left')[0], $('#dragula-right')[0]], { revertOnSpill: true }); // Copying dragula([$('#dragula-left-copy')[0], $('#dragula-right-copy')[0]], { copy: true }); // Drag handle dragula([$('#dragula-left-drag-handles')[0], $('#dragula-right-drag-handles')[0]], { moves: function (el, container, handle) { return handle.classList.contains('handle'); } }); }); // Sortable.js $(function() { Sortable.create(document.getElementById('sortable-1'), { animation: 150 }); Sortable.create(document.getElementById('sortable-2'), { animation: 150 }); Sortable.create(document.getElementById('sortable-3'), { animation: 150 }); Sortable.create(document.getElementById('sortable-4'), { animation: 150, handle: '.ion' }); });