-
-
Notifications
You must be signed in to change notification settings - Fork 415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feat]: Parse again function for dynamic Html component #590
Comments
@gitVasile, you can use the |
Hey @orestbida ok, but why about iframe newly added for example? Is updateScripts() parsing all the elements? Thank you |
Unfortunately no, the plugin only handles scripts. |
Ok, no problem. Thank you for your time and project 👍 . |
@gitVasile I forgot to mention as I was in a hurry, but there's a dedicated plugin to handle iframes, called iframemanager, although it too does not handle dynamically injected iframes. |
Hey @orestbida Thank you for your help. Should be fine. Have a nice day |
Description
If I add the piece of code below in my DOM dynamically, the cookieconsent will never be able to parse this new code because it was added after the loaded.
Proposed solution
We should maybe add a way to parse the code again using a mehtod from you api.
Additional details
Thank you
The text was updated successfully, but these errors were encountered: