index.html代码
1 2 3 4 5Insert title here 6 7 8 9 10hello
11hello
12hello
13hello
14hello
15hello
16 17
js代码:
$(document).ready(function(){ //alert("文档加载完毕"); $("p").click(function(){ //点击p元素,p元素隐藏 $(this).hide(); })});
本文共 288 字,大约阅读时间需要 1 分钟。
index.html代码
1 2 3 4 5Insert title here 6 7 8 9 10hello
11hello
12hello
13hello
14hello
15hello
16 17
js代码:
$(document).ready(function(){ //alert("文档加载完毕"); $("p").click(function(){ //点击p元素,p元素隐藏 $(this).hide(); })});
转载地址:http://isxal.baihongyu.com/