<td>
<input id="check" type="checkbox" name="del_attachment_id[]" value="<?php echo $attachment['link'];?>">
</td>
<td id="delete" hidden="true">
the file will be deleted from the newsletter
</td>
I want to know how can i change the attribute "hidden" to false in Jquery when the checkbox is checked or not checked.