on document load jquery

$( document ).ready(function() {

console.log( "ready!" );

});

Tags: