[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
xampp182
/
htdocs
/
simpeg
/
login
/
dist
/
js
/
[
Home
]
File: nestable-data.js
/*Nestable Init*/ $( document ).ready(function() { "use strict"; /*Nestable*/ $('#nestable').nestable({group: 1}); $('#nestable2').nestable({group: 1}); $('#nestable_menu').on('click', function(e) { var target = $(e.target), action = target.data('action'); if (action === 'expand-all') { $('.dd').nestable('expandAll'); } if (action === 'collapse-all') { $('.dd').nestable('collapseAll'); } return false; }); $('#nestable_menu').nestable(); });