$(document).ready(function(){ alert("111"); });
$(function(){ alert("222"); });
jQuery(function($) { alert("333"); });