






















window.onload = function() {
// do this stuff when the page is done loading
};
$(window).load(function() {
// run this when the whole page has been downloaded
});
$(document).ready(function() {
// do this stuff when the HTML is all ready
});
$(function() {
// run this when the HTML is done downloading
});
('< p></p>')
.html('Hey World!')
.css('background', 'yellow')
.appendTo("body");
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。