js if document is loading code example Example: if document is loaded if (document.readyState === 'complete') { // The page is fully loaded }