Mixitup3 - Collection with more than 100 items IE11 Issue

Hi @sabanna,

I really think this is the last question/problem I have on the Mixitup front! I hope!

I have more than 100 companies in the CMS so I’m using your workaround for moving items into 1 container. [TUTORIAL] MixItUp3 - Filter and paginate Collections with more than 100 items

I have added your code to my existing code and it works fine in Chrome. However, when I got to IE11 the checkboxes I’m using to filter no longer work.

Snippet of code I have added.

const moveItems = document.querySelectorAll(‘.to-be-moved’);
moveItems.forEach( function(move) {
document.getElementById(‘target-container’).appendChild(move);
});

Read-only link: https://preview.webflow.com/preview/jersey-funds-association?utm_medium=preview_link&utm_source=designer&utm_content=jersey-funds-association&preview=93365f34ce97821b4bf396179b3ffd46&pageId=5d8f0560791ce089cbf39aea&mode=preview

Live link: http://jersey-funds-association.webflow.io/find-a-service-provider

Is there any change I can make to the code which will make the checkboxes work in IE11?

Many thanks in advance

Matt