How to execute a function when the DOM is fully loaded in jquery?
Rate this page : |
[ 0 votes]
|
The ready event is executed when the document object model has been loaded. When the ready event occurs it is specified through ready method. Use ready() method to make a function after the document is loaded.