D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home3
/
encodto1
/
tapaslight.encodersunlimited.com
/
tadminl
/
assets
/
js
/
dragable
/
Filename :
sortable-custom.js
back
Copy
(function ($) { "use strict"; Sortable.create(draggableMultiple, { group: "draggableMultiple", animation: 150, }); $("#draggableMultiple").sortable({ revert: true, animation: 150, }); })(jQuery);