<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js">?</script>
<script>
$(document).ready(function(){
$("p").click(function(){
$(this).hide();
});
});
</script>
</head>
<body>
<p>Hello , I will disappear by click.</p>
<p>I M also disappear!</p>
<p>You are also disapear!</p>
</body>
</html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js">?</script>
<script>
$(document).ready(function(){
$("p").click(function(){
$(this).hide();
});
});
</script>
</head>
<body>
<p>Hello , I will disappear by click.</p>
<p>I M also disappear!</p>
<p>You are also disapear!</p>
</body>
</html>
No comments:
Post a Comment