摘要:
//最常用的方式 $(document).ready(function(){ alert($("#ready1").html()); }); $(function(){ alert($("#ready1").html()); }); jQuery(document).ready(function(){ alert($("#ready1").html()); }); jQuery(function(... 阅读全文
posted @ 2010-06-13 15:19
craig
阅读(205)
评论(0)
推荐(0)
浙公网安备 33010602011771号