broken sortable after upgrade
I upgraded my jquery and jquery ui today so that I could use autocomplete and now my sortable which was working is now broken here is the code
and here is the error message I get
Error: this._mouseInit is not a function
- $("#iti, #skipped").sortable({
connectWith: '.connectedSortable',
receive: function(e, ui) {
var item_id = $(ui.item).attr('id');
$(ui.item).attr('id', $(this).attr('id') + item_id.substr(item_id.indexOf("_")));
},
containment: '#content'
});