spoiler seperti di atas bukan hal yang baru bagi para master blogger,
posting ane kali ini cuma membuat semacam
kumpulan aja biar enak nyarinya
klo sewaktu-waktu ane butuhkan.
berikut ini scriptnya :
<div id="spoiler">
<div>
<input onclick="if (this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display != '') { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = ''; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = 'none'; this.innerText = ''; this.value = 'CLOSE'; } else { this.parentNode.parentNode.getElementsByTagName('div')['show'].style.display = 'none'; this.parentNode.parentNode.getElementsByTagName('div')['hide'].style.display = ''; this.innerText = ''; this.value = 'AGAIN'; }" style="font-size: 13px; font-weight: bold; margin: 5px; padding: 0px;" type="button" value="CLICK TO OPEN" /><div id="show" style="border: 0px solid white; display: none; margin: 5px; padding: 2px; width: 98%;">
DI SINI DATA YANG DISEMBUNYIKAN
</div>
<div id="hide">
</div>
</div>
</div>