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
9
votes
4 answers

Javascript or jQuery image carousel with dynamically loaded images and links

Is there a good javascript or jQuery image carousel that will display 5 images and if there are more, the user can click next and the following image sources and link URLs will load through AJAX? It's very possible there are thousands of images and…
at.
  • 50,922
  • 104
  • 292
  • 461
6
votes
0 answers

jCarousel Lite with Zoom and fade effect

I'm stuck on this one, so hopefully someone can help. I have a website I am using jCarousel Lite on, and I have added a zoom in effect as well as a fade effect on the images. Here is the code for initializing jCarousel lite. window.onload =…
4
votes
1 answer

Get current index of jCarouselLite image/page

I've looked through the other questions about this and not found a suitable answer. What I need is very simple: The index of the currently shown item. Here's my little chunk of config $('.carousel').jCarouselLite( { btnNext:…
Alex
  • 8,353
  • 9
  • 45
  • 56
4
votes
1 answer

jQuery seems to be running multiple calls simultaneously

Sorry, but apparently I don't understand chaining enough to figure out this problem... I'm implementing a jQuery carousel plugin (jCarouselLite) and I'm trying to add an option to 'remove' one of the carousel items (currently
Muers
  • 3,190
  • 3
  • 26
  • 32
4
votes
3 answers

Hiding arrows at either end of the slideshow using jCarousel Lite

I am using jCarousel Lite, and the documentation can be found here: http://www.gmarwaha.com/jquery/jcarousellite/ I have a carousel that can be navigated using the arrows on either end. I want to modify the carousel so that at the beginning state…
user50858
4
votes
2 answers

jCarouselLite auto-scroll responsive changes

I'm using jcarousel lite to display an auto-scrolling carousel of brand logos on one of my sites. I tried to make it responsive (max 6 images on largest display) using the following javascript. The carousel works fine using the original code without…
gan
  • 3,068
  • 2
  • 19
  • 32
4
votes
2 answers

Hover effect clipped to parent using Bootstrap

I am trying to use Bootstrap and my own css to create a hover effect. The issue is that the parent container, the carousel, is clipping my hover effect. The look I am going for is something like this (hover over items with long…
rboarman
  • 8,248
  • 8
  • 57
  • 87
3
votes
4 answers

jCarouselLite not working with <3 list items

EDIT: This is not a problem with the jQuery creating the appropriate markup from SharePoint Announcement List to use jCarouselLite. It seems to be a problem within jCarouselLite. I have done another jsfiddle with just the appropriate markup, not the…
anothershrubery
  • 20,461
  • 14
  • 53
  • 98
3
votes
1 answer

jcarousellite items jump places in scroll when number of items isn't divisible by scroll number

I have jCarouselLite ( http://www.gmarwaha.com/jquery/jcarousellite/#doc ) running on one of my pages, and have an issue with scrolling. I have it set to always show 3 items, and to scroll 3 items at a time, and cirular set to…
totallyNotLizards
  • 8,489
  • 9
  • 51
  • 85
2
votes
1 answer

Reapply or adjust jCarouselLite on resize window

I'm trying to readjust, or destroy and reapply the jCarouselLite plugin when resizing the window, but I have no success, this is because I created an website where each page is a 'li' where, when navigating through the menu it scroll to that…
Rafael Moni
  • 656
  • 1
  • 10
  • 22
2
votes
2 answers

autoslide jQuery jCarousel Lite not working

I have a div and it contains elements like this:
2
votes
4 answers

Multiple jcarousels on one page issue

I have some jcarousels on a page, and they grow up by a module.. So we can`t tell how many there will be. The problem is when i click on a one Carousel "Next" and "Previous" controls all the carousels change at same time. It happens because i have…
supun.474
  • 31
  • 1
  • 3
2
votes
0 answers

JCarouselLite Smooth Vertical Scrolling

Sorry if this question has been asked before, but I was unable to find the exact answer I was looking for. I need to make a vertical text ticker that moves smoothly, with no discernable pauses, and repeats indefinitely. I found JCarouselLite, and…
2
votes
1 answer

JavaScript runtime error when using jCarouselLite

I was using this code earlier in my test page and it worked perfectly,
Chris
  • 2,953
  • 10
  • 48
  • 118
1
vote
1 answer

Adding class="active" to jcarousellite slides

I am in need of a way to add an active class to JCarouselLite. What I want to do is set an opacity of .5 to all slides, except the active slide which will be 100% opacity. When the next button is clicked and the carousel slides, I want to remove the…
user796431
  • 21
  • 2
1
2 3 4 5 6 7 8