jQuery 抄袭笔记(2) : 鼠标点击触发事件
06 Oct 2011往后代码越来越长,我想贴出来,但是代码高亮插件不给力,这个主题好像着了魔似的不显示高亮代码。哎,还是提供下载吧。
Html代码:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns="http://www.w3.org/1999/xhtml">
</span>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
</span>Hello Lazynight!</title>
<script type="text/javascript" src="jquery-1.1.3.pack.js"></script>
<script type="text/javascript">
$(document).ready(function(){$("p").click(function(){alert("Hello Lazynight!");});});
</script>
</head></p>
<html xmlns="http://www.w3.org/1999/xhtml">
</span>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<script type="text/javascript" src="jquery-1.1.3.pack.js"></script>
<script type="text/javascript">
$(document).ready(function(){$("p").click(function(){alert("Hello Lazynight!");});});
</script>
</head></p>
</span> </span> </span>
转载请注明:于哲的博客 » jQuery 抄袭笔记(2) : 鼠标点击触发事件
$(document)是获取整个网页文档对象,$("P")是获取所有的段落标签。
你敢不敢点我一下?吼吼吼。
</p>
我也是一个段落文本,点我也会弹出Hello Lazynight!
</p>
</body>
</html></div>