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