What i'm trying to do is i have an image display on the page and another image lays on top with many frames selection implemented by JQuery from the following tutorial:
http://www.queness.com/post/3036/create-a-custom-jquery-image-gallery-with-jcarousel
With JCarousel, one of the images from many selected will be assigned with "active" class to the
<li><a href="#"><img src="#" /></a></li>
What i want to do is to get the image src location with "active" state (class) whenever user click or select and pass into php. Does anyone mind to offer some suggestion or tips on how can i do that?
Thank you for your time reading my Question.