jQuery-$(Document).Ready和$(Window).Load之间有什么区别?
.之间有什么区别?
$(document).ready(function(){ //my code here});
和
$(window).load(function(){ //my code here});
我想确保:
$(document).ready(function(){})
$(function(){});
jQuery(document).ready(function(){});
都是一样的。
你能告诉我他们之间有什么不同和相似之处吗?
慕妹3242003
相关分类