// A $( document ).ready() block.
$( document ).ready(function() {
console.log( "ready! and dump you javascript after this" );
});