jQuery detect current thumb and scroll jCarousel accordingly
- by steve
Another thanks to SLaks for helping me get the code this far.
I'm not quite sure if my last step is even possible with the way I have things set up.
A live version of the gallery can be seen here: http://www.studioimbrue.com/index2.php
Currently, everything works appropriately. The image and its thumbnail are currently tied together, but the jCarousel itself is still independent. I've added nextThumb.closest('.thumbscontainer').jcarousel('next'); so that when you click the large image, the carousel scrolls to the next row, but that doesn't actually follow any logic. What I'm attempting to do is for jQuery to detect how far down the thumbnail is and when to appropriately scroll the carousel. Is this even possible?