0👍
may be because the DOM is not loaded?
document.addEventListener('DOMContentLoaded', function() {
//add js here...
}, false);
Source:stackexchange.com
0👍
may be because the DOM is not loaded?
document.addEventListener('DOMContentLoaded', function() {
//add js here...
}, false);