Creating the same event for 2 different elements in jQuery (not for each one, for both!)
- by danfromisrael
Hey guys,
I'd like to create a toggle event for 2 different TD's in my table row.
the event should show / hide the next table row.
<table>
<tr>
<td>1</td> <td>2</td> <td>3</td> <td>4</td> <td>5</td> <td class="clickable1">6</td> <td…