Questions tagged [jcarousel]

jCarousel is an open source jQuery plugin that implements the common image/text "carousel" feature of scrollable blocks of content.

jCarousel is an open source jQuery plugin that implements the common image/text "carousel" feature of scrollable blocks of content.


Useful links


Related Tags

566 questions
3
votes
2 answers

Hide a jCarousel when page loads

I need to do something similar to this: jQuery('#ImgCarousel').jcarousel({}); jQuery('#ImgCarouselCon').hide(); ImgCarouselCon is the container div that is wrapped around the carousel. With this code the carousel is still being loaded when it is…
Biff
  • 45
  • 1
  • 4
3
votes
2 answers

jQuery not working in IE 7 and Chrome

Okay, I have enough code that I probably shouldn't post the code directly, but I'm not sure where the problem lies within it. The page in question is at letterlyyours.com/design.php. How it's supposed to work is that you type in a word, press…
3
votes
1 answer

jcarousel with 100% li item width?

I'm trying to get jcarousel to work with an li width of 100%. i.e. whatever width the browser window has, that's the width of the li item and if the window is shrunk, the text will flow accordingly and still function as a slider. Here is my…
Kirk Ross
  • 6,413
  • 13
  • 61
  • 104
3
votes
2 answers

jCarousel 0.3.0 not working

I am trying to implement a simple carousel using the documentation here: http://sorgalla.com/jcarousel/docs/index.html I've got jQuery working properly, I've downloaded and referenced jCarousel 0.3.0, and according to documentation…
Can Poyrazoğlu
  • 33,241
  • 48
  • 191
  • 389
3
votes
5 answers

Reset or Reload Jcarousel on tab change

I have made two jcarousel sliders in two different tabs using jquery Ui... When i change the tab section the slider has to reset (or) reload and moves to its first image. I have used this script jQuery(document).ready(function() { …
Vivek Dragon
  • 2,218
  • 4
  • 27
  • 48
3
votes
2 answers

JQuery jCarousel with paging dots?

I was using jCarousel plugin to display a series of items. I was following this example from the web site to get external controls and a paging control. There's two problems with this approach: i need to add the items for the numbers manually…
Steve
  • 14,401
  • 35
  • 125
  • 230
3
votes
1 answer

jCarousel + jQuery UI Tabs Issue: Hidden panel list width is being incorrectly calculated

I'm trying to put two carousels in a page, each in a different panel of a tabbed navigation, but it's not working. I've trying troubleshooting the jCarousel script but I guess the problem occurs when the tabs and the jCarousel scripts…
BeetleTheNeato
  • 391
  • 1
  • 4
  • 14
3
votes
6 answers

jQuery - jCarousel - FadeIn

I am using the plugin jCarousel (http://sorgalla.com/projects/jcarousel/) and rather than the images slide in (like in the "Carousel with autoscrolling" demo) I would like the images to fade in. The usage is a jCarousel that auto scrolls and only…
Phil
  • 4,012
  • 5
  • 39
  • 57
3
votes
4 answers

Jcarousel lite not showing up on page load in safari and chrome

I have this plug-in in use on my home page which is running on WAMP. It works great in every browser except Safari and Google Chrome. In those browsers the carousel doesn’t show up when I first load the page, nor when I hit reload. When I navigate…
Jeremy
3
votes
1 answer

Drupal and JCarousel Views - Multiple Rows

First off, Im well aware of this topic, but sadly I cannot seem to reply with questions to the original answer provider. Seems Stack Overflow only wants answers on these threads so I am stuck: Multiple rows with jcarousel Anyhow, my problem is…
2
votes
0 answers

jquery stop/pause jcarousel play whilst fancybox is active

I have a jcarousel playing by default (ready function copied below). I also have a thumbnail image link on the same page which opens a fancyzoom overlay div (#flash_box) containing a video. I would like to stop/pause the jcarousel whilst the…
ToeKneeC
  • 21
  • 2
2
votes
1 answer

Issue with jQuery scrollTo function

Im having issues with my JCarosel slider. My html is set up as required...
2
votes
1 answer

Retrieve Image source by class or id with php and javascript/JQuery

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…
user1010073
2
votes
0 answers

jcarousel stopping the loop after one show

I have jcarousel and I want to stop the loop after the slideshow, I have rummaged through the jquery.jcarousel.js and cannot find the function to stop it after 1 loop. Anyone have any idea where the function is?
Tony
  • 21
  • 2
2
votes
6 answers

How to find the first "visible"
  • inside a
  • I can't do $('ul li:first') or $('ul li:eq(0)') because they select the first item which is not necessarily the first visible item. I'm using the jCarousel Lite plugin: It works by moving the ul left by giving it negative margin every time next is…
    Kyle
    • 35
    • 1
    • 3