broken sortable after upgrade

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
  1.     $("#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'
        });