摘要: 实例:为元素添加单击事件,发生对象隐藏效果<html><head><script type="text/javascript" src="jquery.js"></script><script type="text/javascript">$(document).ready(function(){$("p").click(function(){$(this).hide();});});</script></head><body 阅读全文
posted @ 2013-04-11 11:29 2公子 阅读(102) 评论(0) 推荐(0) 编辑