$( document ).ready(function() { console.log( "ready!" ); });
$(function(){ // equal to $( document ).ready(function() { });