html当鼠标经过此段文字时,此段文字消失。
答案:1 悬赏:10 手机版
解决时间 2021-07-25 12:52
- 提问者网友:流星是天使的眼泪
- 2021-07-24 18:45
html当鼠标经过此段文字时,此段文字消失。
最佳答案
- 五星知识达人网友:人類模型
- 2021-07-24 18:57
代码如下
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script src="jquery-3.3.1.js" type="text/j**ascript"></script></script>
<!-- 以下是jquery程序段 -->
<script type="text/j**ascript">
$(document).ready(function(){
$("p").click(function(){
$(this).hide();
});
});
</script>
<title>xs3</title>
</head>
<body>
</body>
</html>
就是给文字加一个p标签即可
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<script src="jquery-3.3.1.js" type="text/j**ascript"></script></script>
<!-- 以下是jquery程序段 -->
<script type="text/j**ascript">
$(document).ready(function(){
$("p").click(function(){
$(this).hide();
});
});
</script>
<title>xs3</title>
</head>
<body>
如果你点击我,我便会消失。
</body>
</html>
就是给文字加一个p标签即可
我要举报
如以上回答内容为低俗、色情、不良、暴力、侵权、涉及违法等信息,可以点下面链接进行举报!
点此我要举报以上问答信息
大家都在看
推荐资讯