I'm appending a table row with an image that when you click it, it fires an event. However it looks like you can't add a 'clickable' image dynamically.
all the previous rows with images are identified by their class attribute when clicked (they loaded with the page).
What I want to avoid is using the live event and making a seperate function, I just want it to click like all the others :(
So the question is, how do I add an event that just makes the existing (already being used) function identify the class of the dynamically added image when clicked...?