Questions tagged [jcarousellite]

jcarousellite is a jQuery plugin for creating carousels. Its very lightweight

This jQuery plugin creates a carousel-style navigation widget for images, or any content, from simple HTML markup. Check out a bare-bones demo.


Useful links


Related Tags

106 questions
0
votes
1 answer

jCarousel Lite with AJAX loaded content: .live() stops working

I'm using jCarousel Lite plugin in an AJAX loaded content: here's the (semplified) code HTML:
  • First Item
  • Second Item
  • ThirdItem
Ivan
  • 2,463
  • 6
  • 39
  • 51
0
votes
1 answer

jCarouselLite Rebinding Data

I have a jCarouselLite plug in on my website. I am loading the li's from a jquery.load function. I cycle through the carousel vertically and have a function that triggers as soon as the first item comes back around to the top. At this point, I…
lorengphd
  • 1,140
  • 8
  • 16
0
votes
1 answer

jQuery jCarousel Lite thumbnail navigation

I'm using the script from http://www.gmarwaha.com/jquery/jcarousellite/ and now I need the thumbs to work as nav buttons I have 5 visible images and I want the image I click on to center... Any idea on how to fix that? my idea is to get the clicked…
Mackelito
  • 4,213
  • 5
  • 39
  • 78
0
votes
2 answers

Wrong Image number in shadowbox when using jCarouselLite

I have a gallery in my page with many images. I am using jCarouselLite for showing all these images. When I click one of these images I want to show them with the Shadowbox. It works fine. The problem is that due to jCarouselLite the amount of…
novellino
  • 1,069
  • 4
  • 22
  • 51
0
votes
1 answer

JCarousel Lite and adding more images to a dynamically built list

I've integrated jcarousel lite into a magento site for a product image gallery. The page dynamically builds a list (via magento) of the necessary images. However, as soon as jcarousel lite is added to the page, additional < li > can be seen in the <…
Andrew
  • 33
  • 1
  • 5
0
votes
3 answers

Multiple jQuery scripts on one page?

I'm using a WordPress template that has a jQuery carousel on the homepage and some other jQuery goodies (toggles and sliders) on category pages, and they all work by themselves separately. I wanted to duplicate the slider on all category pages but…
RodeoRamsey
  • 498
  • 2
  • 8
  • 20
0
votes
1 answer

jCarousel: First List Item moves down after Last List Item when Circular is set to true

I'm new here, and very appreciative for all the help I see in this online community. My Question is about the circular option in jCarousel and the issue I'm having with it. I have a site I'm starting to build, and I have an example of the issue up…
0
votes
1 answer

jCarousel Lite visible frame HTML showing only on mouse move in IE7

I have an HTML slideshow done using jCarousel Lite, running in auto mode, showing one li at a time, each frame containing few pictures and some text, all nicely dressed in HTML and CSS. Everything works perfectly in FF, Chrome, IE8, Safari and…
0
votes
1 answer

jcarousellite circular items help with cloned items

Hey guys, I am using the jcarousellite to display items that are set to circular so it scrolls back around...However the items that scroll around are actually clones and dynamically generated so when those items are in view, I can't click on them…
user381800
0
votes
1 answer

Rendering the next image when clicked on the next image?

When user clicked on the next image, I want the next image will take the place of current image in the carousal. Is there a way to do this? My configuration for the jCarouselLite is as follows: var carousalConfig = { btnNext:…
sagar735
  • 43
  • 1
  • 6
0
votes
1 answer

preventDefault() and return false; not working on some jCarousellite elements

I'm experiencing a bizarre and frustrating scenario and I can't seem to track it's origin. On the page I have jCarousellite scrolling a number
  • items. The list is generated from a query and then output to the page with a loop. Inside the list…
  • Ofeargall
    • 5,340
    • 5
    • 28
    • 33
    0
    votes
    1 answer

    How can I degrade from Jquery carousel to css scrolling list gracefully

    update I added these two lines to the script below: I ran the debugger and the execution appears to be removing the attributes, but the webpage continues to show the scroll bar. $("#newsticker-demo").removeAttr("overflow-y"); …
    0
    votes
    1 answer

    jcarousellite - IE8 scroll spacing problem

    I have the jcarousellite plugin functioning in a webpage (http://www.marketscout.com/various_sites/symposium11/). It scrolls vertically with text and image based content. I have everything looking how I want but the problem is that the scroll in…
    digitalcb
    • 47
    • 2
    • 8
    0
    votes
    2 answers

    How to get the current index with jCarousel Lite?

    I'm using jCarousel Lite and need to get the current index (which element is being displayed as I'm only showing one item at a time) so I can add a "current" class to the navigation link. Does anybody know how I can accomplish…
    Cofey
    • 11,144
    • 16
    • 52
    • 74
    0
    votes
    1 answer

    jQuery multiple rows carousel, again

    I need a slider with two rows. Found a solution in jQuery google group. Works, but wrong. :) With option "circular: true" scrolled into the void. Posted an example to understand what i mean: http://test.demx.info/carousel/ How do fix it?
    demx
    • 53
    • 1
    • 2
    • 9