this is an example of row
- <tr>
- <td>
- <div>
- <img class="deleteimage" src="' . $image . '" />
- <a href='' class='trash2'>
- <i class='glyphicon glyphicon-trash'></i>
- </a>
- </div>
- </td>
- <td>
- <input type='checkbox' " . $chk . "> <b>Copertina</b>
- </td>
- </tr>
-
I would select the name of the images that is select
I can't select the right image. I select only the first image in the row. This is my code: