$(document).ready(function () { // Function code here. });
$(function(){ // equal to $( document ).ready(function() { });