Posts by Gardheam Santos • 1 point
2 posts
-
0
votes2
answers171
viewsA: How to send a table via ajax?
I resolved as follows : $(".drag").droppable({ drop : function (event, ui) { console.log("DROP"); var perguntaId = ui.draggable.attr("id"); var index = 0; var id = $('body').attr("anamnese");…
-
0
votes2
answers171
viewsQ: How to send a table via ajax?
How do I get the position of a td reordered by drag and drop and send back to Java via ajax ? <table th:if="${!---.isEmpty()}" id="id-table" class="table table-bordered mdl-data-table">…