SHOW( )
Gizlenen nesneleri göstermede yardımcı olur.
buyrun kodlar
$(document).ready(function(){
$("#gizle").click(function () {
$("p").hide();
$("#gizle").click(function () {
$("p").hide();
});
$("#göster").click(function () {
$("p").show();
});
});
</script>
<title>GÖSTER</title>
</head>
$("#göster").click(function () {
$("p").show();
});
});
</script>
<title>GÖSTER</title>
</head>
<body>
<input id="gizle" type="button" value="gizle" />
<input id="gizle" type="button" value="gizle" />
<input id="göster" type="button" value="göster" />
<p> gülseher yildirim</p>
<p> gülseher yildirim</p>
</body>
resimlere bakınn
show butonundan önce gizle butonuna bastık
sonra göster butonuna baktık
Hiç yorum yok:
Yorum Gönder