Jump to content
Fórum Script Brasil
  • 0

Botao aparece quando digita texto


RaroPixelado

Question

2 answers to this question

Recommended Posts

  • 0

Como faço (em js) que quando eu clico na textarea ou digito algo em baixo apareça um butão enviar?

<script>
function mostraBotao() {
    document.getElementById('meuBotao').style.display = 'block';    
}
</script>

<textarea id='meuCampo' width=300 height=100/ onClick='mostraBotao()' onKeyDown='mostraBotao'></textarea>
<input type='button' id='meuBotao' value='AlgumaCoisa' style='display:none'/>

E como eu faço (em js) que quando eu selecione a textarea ou clique nela todo o texto que já tava desdo HTML suma?

Não entendi lol.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...