When i've loaded a page, you'll be able to upload some photos. The images that i've uploaded is then appended (using .append) to a list-element. How can i assign my JS code to make those images clickable?
I've tried with $('img').click() etc but since the images is added after the DOM is ready i dont think they exactly is available.. how can i fix this?