2008-12-18 JQuery 学习 Vol.1
时间:2008-12-18 来源:Givemefive
1. 创建HTML结点
2. 页面dom结点加载完毕
相当于
来自: Manning.jQuery.in.Action.Feb.2008.pdf
$("<p>Hi there!</p>").insertAfter("#followMe"); |
$(function(){ |
$(document).ready(function() { |
来自: Manning.jQuery.in.Action.Feb.2008.pdf
相关阅读 更多 +