Jump to content
Fórum Script Brasil
  • 0

(Resolvido) link e descrição


MTavares

Question

4 answers to this question

Recommended Posts

  • 0

exemplo bem simples

function mostra(retorno){
    var local = document.getElementById(retorno);
    var str = 'Novas vagas';
    local.innerHTML = str;
}
<span onClick="java script: mostra('a');">Empregos</span> :: <span id="a"></span>

Link to comment
Share on other sites

  • 0

Olá fercosmig,

funcionou perfeitamente, mas como eu tenho mais de um link, ao clicar, o titulo aparece um ao lado do outro.... tem como ao clicar em um link, o titulo aparecer e o outro titulo do outro link sumir?

abraços e obrigado.

olá...

consegui resolver através de um tópico daqui mesmo... vejam:

http://scriptbrasil.com.br/forum/index.php?showtopic=104465

abraços e obrigado a todos!

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...