Problem adding event...
Problem adding event...
Well here is my problem this dosent do any thing.
$(".imageHolder img").click(imageClick);
I have a function named imageClick, so now to what i think the problem is im adding the <div class="imageHolder"><img> dynamicly with ajax and jquery and after all divs/imgs are added i run the code to add a event to the images but it has no effect whats wrong?