showing results for - "if document is loaded"
Louna
02 Oct 2016
1if (document.readyState === 'complete') {
2  // The page is fully loaded
3}
4