I have a page with 2 (or more) jQuery tabs. Each tab contains a jQuery Cycle slideshow with prev/next paging appended in the code.
I've added keyboard navigation of the slideshows, based on a tutorial at jqueryfordesigners dot com.
Keyboard nav works for each slideshow but the slides page in synchrony, i.e. if paging to the 3rd slide in tab 1, when tab 2 is viewed it is showing it's 3rd too.
Any way to make them page independently?
Edit: the slideshows page independently when clicking prev/next, but not with kbd nav.