I have a list that I'd like to make sortable. This list is not there on DOM load but is being added in the DOM after an ajax request. So I guess something has to happen in the callback of the ajax request in order to make the sortable work, could anyone help me out with that?