What jQuery method attaches a function to be executed when the DOM is fully loaded? Mark as favorite Copy Link Answer the question in 30 seconds! document.ready() window.onload() window.ready() document.onload() Check Answer