I’m Trying To initialize Multiple Snippet on same page but it onlt initialize first snippet only.
here is code that i have used to init the snippets.
window.Webflow && window.Webflow.destroy();
window.Webflow && window.Webflow.ready();
window.Webflow && window.Webflow.require('ix2').init();
document.dispatchEvent(new Event('readystatechange'));