when the document is ready code example
Example 1: document ready
$( document ).ready(function() {
console.log( "ready!" );
});
Example 2: document. ready
$( document ).ready(function() {
console.log( "ready!" );
});
$( document ).ready(function() {
console.log( "ready!" );
});
$( document ).ready(function() {
console.log( "ready!" );
});