Posts by seraphcrown • 11 points
1 post
-
1
votes1
answer476
viewsA: Multiple POST Optimization via Ajax
To have only one POST, use . ajaxSuccess and fire callback through it. $(document).ajaxSuccess(function() { $('#entradas ul').sortable({ revert: true, cancel: "#entradas ul li span, .modal", stop:…