Tagged Questions

1
vote
1answer
677 views

jQuery ui sortable loading indicator

$(document).ready(function() { $("#test-list").sortable({ handle : '.handle', update : function () { var order = $('#test-list').sortable('serialize'); ...