Query selector / 3a

0

I'm doing js of% com_com% complexes that were not structured by me. To facilitate use Firebux or htmls to copy the selector ready. They return me this selector:

#dadosCadastraisa dadosCadastraisPessoaTablea 0a j1_data > tr > td:nth-child(1)

But the browser does not understand this Chrome Developer

I want to capture the tag: a

The html structure is this:

<form target="_self" enctype="application/x-www-form-urlencoded" action="http://pcnisapr02.prevnet/cnis/faces/pages/requerimento/painelcidadao/painelCidadao.xhtml" method="post" name="dadosCadastrais" id="dadosCadastrais">

    <span id="dadosCadastrais:dadosCadastraisContainer"><div class="ui-datatable ui-widget center-block dtp-painel-datatable" id="dadosCadastrais:dadosCadastraisPessoaTable">
            <div class="ui-datatable-header ui-widget-header ui-corner-top">
                <div class="btn-toolbar">
                    <div class="btn-group">
                        <span class="ico-user"></span> Dados Cadastrais
                    </div>

                </div>
            </div>
            <div class="ui-datatable-tablewrapper"><table role="grid">
                    <tbody class="ui-datatable-data ui-widget-content" id="dadosCadastrais:dadosCadastraisPessoaTable_data">
                        <tr role="row" class="ui-widget-content ui-datatable-even" data-ri="0">
                            <td role="gridcell">
                                <div class="ui-datatable ui-widget" id="dadosCadastrais:dadosCadastraisPessoaTable:0:j1">
                                    <div class="ui-datatable-tablewrapper">
                                        <table role="grid">
                                            <tbody class="ui-datatable-data ui-widget-content" id="dadosCadastrais:dadosCadastraisPessoaTable:0:j1_data">
                                                <tr role="row" class="ui-widget-content ui-datatable-even" data-ri="0">
                                                    <td role="gridcell">Paulo Henrique</td>
                                                    <td role="gridcell">Casa</td>
                                                    <td role="gridcell"></td>
                                                    <td role="gridcell">09/09/1993</td>
                                                    <td role="gridcell">27/12/2011</td>
                                                    <td role="gridcell">Nit normal</td>
                                                </tr>
                                            </tbody>
                                        </table>
                                    </div>
                                </div>
                            </td></tr></tbody></table></div></div></span>
</form>
    
asked by anonymous 10.03.2016 / 15:08

0 answers