jquery-sortablejs icon indicating copy to clipboard operation
jquery-sortablejs copied to clipboard

Uncaught TypeError: Cannot use 'in' operator to search for '#<Object>' in undefined

Open bretrzaun opened this issue 5 years ago • 1 comments
trafficstars

When using this call:

$(listId).sortable({
    handle : '.sortablehandle',
    onChange: function() {
        //...
    }
});

I am getting the following error in jquery-sortable.js:68:

Uncaught TypeError: Cannot use 'in' operator to search for '#<Object>' in undefined

I am using this versions:

  • "jquery": "^3.4.1",
  • "jquery-sortablejs": "^1.0.1",
  • "sortablejs": "^1.10.2",

bretrzaun avatar Feb 17 '20 15:02 bretrzaun

Im getting too :-( forcing me to use native Sortable instead

bertoost avatar Dec 22 '22 12:12 bertoost