aggiunta funzionalità draggable su div in dashboard, creato nuovo MVC per "gestione contratti"

This commit is contained in:
2023-07-27 10:54:55 +02:00
parent 58e9344180
commit a827342a30
8 changed files with 109 additions and 23 deletions

View File

@@ -1,16 +1,8 @@
$(document).ready(function() {
$('#categorie').DataTable({
responsive: true
});
// Reload del div
/*
$.ajaxSetup({ cache: false });
setInterval(function() {
$('#mieitask').load('/admin');
}, 8000);
*/
});
});
// Rende spostabili le varie finestre
$(".draggable").draggable();