vanilla javascript after document ready code example
Example: js vanilla dom ready
document.addEventListener("DOMContentLoaded", function() {
// code
});
document.addEventListener("DOMContentLoaded", function() {
// code
});