jquery精典使用(一)

jquery精典应用(一)1.$(function()2.{3.$(#nowYear).html(new Date().getFullYear())4.})1.div style

jquery精典应用(一)
1.$(function()
2.{
3.$("#nowYear").html(new Date().getFullYear());
4.});

1.<div style="float: left; position: absolute; bottom: 30px; left: 30px;">
2.版权所有 &copy; **技术有限公司 1998-<label id="nowYear"></label>。保留一切权利。
3.</div>