I do have the following problem.
I have the following code.
<a id='image1'> <img> </img> </a>
Now how do i address the image inside those a tags.
You surely want to know why. Well, i have a slideshow, and it has an .active. class, i need But the problem is, the .active class is added to the <a> and not to the <img>. And since i need to change the src of the image, that is quite a problem.
So how do i address the image, when i only have the id of the a, i would really like doing this with JQUERY.
Thanks.
Try this :