We are using Webflow components on an HTML page which, after being loaded, pulls in additional HTML containing Webflow components through AJAX calls. For example, after the page initially loads, user actions may invoke an AJAX call to pull in an HTML snippet with a Webflow slider.
The problem is when these HTML snippets are loaded through AJAX, the Webflow components are not getting initialized. For example, no event handlers are added to the slider arrows.
Is there any way to initialize Webflow components in the scenario I’ve described above?
Thanks. I’ve been trying to avoid loading all the HTML at once because of the sheer size - not mobile friendly. Some of our users only need a small percentage of the AJAX loaded HTML.