PHP Classes

File: assets/js/pages/nestable.init.js

Recommend this page to a friend!
  Classes of Braun Okoi Boniface   eprotech   assets/js/pages/nestable.init.js   Download  
File: assets/js/pages/nestable.init.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: eprotech
Application to access medical product suppliers
Author: By
Last change:
Date: 1 year ago
Size: 507 bytes
 

Contents

Class file image Download
var nestedSortables=[].slice.call(document.querySelectorAll(".nested-sortable"));nestedSortables&&Array.from(nestedSortables).forEach(function(e){new Sortable(e,{group:"nested",animation:150,fallbackOnBody:!0,swapThreshold:.65})});var nestedSortablesHandles=[].slice.call(document.querySelectorAll(".nested-sortable-handle"));nestedSortablesHandles&&Array.from(nestedSortablesHandles).forEach(function(e){new Sortable(e,{handle:".handle",group:"nested",animation:150,fallbackOnBody:!0,swapThreshold:.65})});