<!DOCTYPE html>
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("#hide").click(function(){
$("p").hide();
});
$("#show").click(function(){
$("p").show();
});
});
</script>
</head>
<body>
<p>If you click on the "Hide" button, I will disappear.</p>
<p>
<img src="Tulips.jpg"
</p>
<button id="hide">Hide</button>
<button id="show">Show</button>
</body>
</html>
Home
»
»Unlabelled
» Show and Hide content
Recent Posts
KONFIGURASI ACCOUNT WEBMAIL DENGAN SAMSUNG GALAXY
Pengertian dari POP3, IMAP dan SMTP 1 Post Office Protocol versi...Read more
persentase pemrograman mobile
PENGENALAN MYSQL
Mysql Adalah : SQL is a standard language for accessing databases. Our SQL tutorial will teach you how to use SQL to access and manipulate data...Read more
PENGENALAN PHP
Apa itu PHP : PHP is a server scripting language, and a powerful tool for making dynamic and interactive Web pages. PHP is a widely-used, free, and...Read more
Langganan:
Posting Komentar (Atom)
0 komentar:
Posting Komentar
Click to see the code!
To insert emoticon you must added at least one space before the code.