Jquery 页面首次加载方式

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

  

$(function(){  
    alert("222");  
}); 

  

jQuery(function($) {  
    alert("333");  
}); 

  

posted @ 2016-12-27 11:06  天使不哭  阅读(4661)  评论(0编辑  收藏  举报