jQuery Ready
$(function(){ //なにかしらの処理 }); jQuery(document).ready(function){ //なにかしらの処理 }); jQuery(function(){ //なにかしらの処理 }); $(window).load( function(){ //画像完全読み込み系の処理 });