Add div to tfoot

Add div to tfoot

AzartysAzartys Posts: 2Questions: 1Answers: 0
edited August 2015 in Free community support

Hi,

I want to add a div to my footer "tfoot" or "tr" to apply a jQuery slideToggle() because I want to show / hide the footer's row.

<tfoot>
  <div class="slideMe">    // Here
      <tr>
        <td>COLUMN1</td>
        <td>COLUMN2</td>
        <td>COLUMN3</td>
        <td>COLUMN4</td>
        <td>COLUMN5</td>
        <td></td>
        <td></td>
      </tr>
  </div
</tfoot>
This discussion has been closed.