Simple, but somehow difficult. Clear a table cell on click.
I have a table, with the final column having a date and [X] delete.gif image in it.
When I click on the image, I'd like the date and the image to be removed. i.e. I'd like to clear the TD cell.
What is the best way to do this? I can get an event to trigger, but cannot work out how to find out which cell was clicked and to clear it correctly.
Thanks very much
R