Go to the content
Show basket Hide basket
Back to the versions
All versions Go to latest version

Como colaborar/participar do Projeto

Version 6 - crisb on September 10, 2015 11:42

This is not the latest version of this content.

-------------------- function Mudarestado(el) { var display = document.getElementById(el).style.display; if(display == "none") document.getElementById(el).style.display = 'block'; else document.getElementById(el).style.display = 'none'; }
Conteudo
-------------------- $div = document.querySelector('.minha-div'); $button = document.querySelector('.handle-div'); $button.onclick = function(){ this.innerHTML = this.innerHTML == 'Esconder' ? 'Mostrar' : 'Esconder'; /* ou... var inner = this.innerHTML; if(inner == 'Esconder') inner = 'Mostrar'; else inner = 'Esconder'; this.innerHTML = inner; */ mudarEstado(); } function mudarEstado() { var display = $div.style.display; if(display == "none") $div.style.display = 'block'; else $div.style.display = 'none'; }
Conteudo
--------------------------
Mostrar/Ocultar
TEXTO DE EXEMPLO

GT DE MULHERES DO FBES

Brazil

Posts do blog