jquery docmuent ready shorthand code example
Example 1: document. ready
$( document ).ready(function() {
console.log( "ready!" );
});
Example 2: js document ready
$( document ).ready(function() {
console.log( "ready!" );
});
$( document ).ready(function() {
console.log( "ready!" );
});
$( document ).ready(function() {
console.log( "ready!" );
});