Hi there,
I searched the forum but couldn’t find anything, hope it is not a question asked before.
I want to hide a certain element with JS. The element is on a checkout page within content generated by an e-commerce plugin. I can add JS to the footer hook and I see it running just fine when the /checkout page loads. The problem is that the element I want to hide is on the second page of the checkout process, which is dynamically rendered by the plugin within the /checkout page.
If I understand it correctly, the JS in the footer hook is only executed once when the page loads, not again when some elements are dynamically changed on the page, right? Is there anything that I can do in this case?
Kind regards,
Gunnar