jquery - Help with Image Source replacement using jCarousel -
i'm trying create image gallery website incorporating jcarousel plugin.
the general idea have carousel thumbnails in div below div there full size image.
i have tested when click image returns alert box (showing me registering click) of yet snippets on net ive seen haven't worked in replacing image in div fullsize copy.
has got idea of how can achieve this?
main image in div called "imagebox"
the list jcarousel id called mycarousel inside div called scrollbox
so when 1 of images in mycarousel clicked, image in imagebox replaced file of same name _l @ end of file name (but larger size)
any appreciated.
all ahve working @ moment :
$('#mycarousel1 li img').live('click', function() { alert("clicked") });
to test if click oin carousel works
thanks
here link adds gallery type functionality jcarousel plugin: http://www.queness.com/post/3036/create-a-custom-jquery-image-gallery-with-jcarousel
Comments
Post a Comment