반응형 .ready()1 .ready() Description: Specify a function to execute when the DOM is fully loaded While JavaScript provides the load event for executing code when a page is rendered, this event does not get triggered until all assets such as images have been completely received. In most cases, the script can be run as soon as the DOM hierarchy has been fully constructed. The handler passed to .ready() is guaranteed to be.. 2012. 8. 6. 이전 1 다음 반응형