Jump to content
Fórum Script Brasil
  • 0

[Dúvida] Selecionar elemento


defelper

Question

Olá pessoal... precisava de uma ajuda com jQuery e javascript.

tenho a seguinte estrutura e precisava selecionar, a partir do clique em algum link, o ID do link selecionado e o ID do DIV que o contém. Mas estou tendo dúvidas em como selecionar esse ID. Segue a estrutura html:

<div>
<div class="main" id="Affiliation">
    <table>
        <tr>
            <td class="titulo">
                <span class="facettitle">Affiliation</span>
            </td>
        </tr>
        <tr>
            <td class="meta">
                <table>
                    <tr><td class="column">
                            <span id="A"></span><a href="#" class="link1">A element</a> <span class="count">(2)</span><br/></span>
                        </td></tr>
                    <tr><td class="column">
                            <span id="B"><a href="#" class="link1">B element</a> <span class="count">(1)</span><br/></span>
                        </td></tr>
                    <tr><td class="column">
                            <span id="C"><a href="#" class="link1">C element</a> <span class="count">(7)</span><br/></span>
                        </td></tr>
                </table>
            </td>
        </tr>
    </table>
</div>
<div class="main" id="Affiliation2">
    <table>
        <tr>
            <td class="titulo">
                <span class="facettitle">Affiliation2</span>
            </td>
        </tr>
          ...... a mesma estrutura parecida com a de cima
</div>

</div>

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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