Codice:
if (this[removed][removed].getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display != '') {
this[removed][removed].getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = '';
this.innerText = '';
this.value = 'Nascondi';
} else {
this[removed][removed].getElementsByTagName('div')[1].getElementsByTagName('div')[0].style.display = 'none';
this.innerText = '';
this.value = 'Mostra';
}
è troppo confuso!
ecco il mio
Codice HTML:
<div class="smallfont">
<b>Archivio Edizioni:</b> <input onclick=
"[codice sopra]"
type="button" value="Mostra" class="uno">
</div>
<div class="alt2">
<div class="due">
TESTO TESTO
</div>
</div>
come lo sistemo?
sto imparando