[jQuery] Cycle with anchors on images not working properly

[jQuery] Cycle with anchors on images not working properly


I have the Cycle plug-in working on a site I am creating, and I am
trying to use anchor tags on the images to navigate the user to a
different page. I can get a text link to change depending on what
href is wrapped around the image, but the images will not change what
they are linking to. Whenever I hover over an image and click on it,
it will only use the href of the first image no matter what image I am
on. I am using this example as a guide.
http://malsup.com/jquery/cycle/anchor.html
Anybody else have this problem