I'm using Cycle, with navigation, with anchors to link each slide to a page. The first round through, the anchors change on each slide to the correct link, but then it sticks on the last slide's anchor, so that any of the other slides link to the last slide's href destination.
Then, using the pager element to change the slide also doesn't change the anchor destination.
I read that using anchors as slide elements can be unpredictable... is this the problem? It doesn't seem to help if I just wrap an inner heading in the anchor tag, instead of the whole slide.
Happy to share the live example if needed.
Any thoughts or help is really appreciated. Thanks!
I'm having a strange issue with using the Dialog UI in IE. I have click handlers set up for imgs on a page that utilize Dialog to display the full size image when they are clicked. So, I use a placeholder div at the bottom of the page that gets updated with the img src and then .dialog() is called on that div.
Everything works fine in FF, Chrome, Safari, but in IE it seems that on the first click, the placeholder div updates, but no dialog. Subsequent clicks fire the dialog, but then the title for the dialog, which is pulled from the img alt attribute is always one image behind (i.e. it displays the alt info from the last image clicked, not the current image).