我希望我的文字在页面加载时淡入,我尝试使用此代码 -
$(document).on("load", function () { $("#div1").fadeIn(); });
为什么这不起作用?我正在使用3.1.1
jquery
jquery ×1