samedi 27 août 2016

How to get input of the 4th child of an element using class?

<tr class='abc'>
    <td></td>
    <td></td>
    <td></td>
    <td>
       <input></input>
    </td>
    <td></td>
</tr>

I want to when i click input of the 4th child of tr , alert something, what can i do?

Aucun commentaire:

Enregistrer un commentaire