Load Inline JS: After DOM Ready
-
Hi,
if i’ve an inline script which already loads via
'document.addEventListener("DOMContentLoaded"'.
If i active “after DOM ready” my inline code looks like:
document.addEventListener("DOMContentLoaded", document.addEventListener("DOMContentLoaded"
Any idea how i can prevent this?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Load Inline JS: After DOM Ready’ is closed to new replies.