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
44
votes
11 answers

No width/height set for items. This will cause an infinite loop. Aborting

I am using jcarousel, and on window resizing I am getting the error: jCarousel: No width/height set for items. This will cause an infinite loop. Aborting... How can I avoid this error?
nirmal
  • 1,111
  • 2
  • 10
  • 14
27
votes
4 answers

Twitter Bootstrap 2 carousel - display a set of thumbnails at a time like jcarousel

I would appreciate it if anyone can advice on how to modify Twitter Bootstrap 2 carousel in order to display a set of thumbnails at a time similar to this jquery plugin…
user1275105
  • 2,643
  • 5
  • 31
  • 45
13
votes
7 answers

jcarousel doesn't work properly in Chrome

in my code i am creating a ul li for the jcarousel ie its a list of data(ex. list of photo) when the photo count is more than say 4 , the jcarousel enables horizontal scrolling so as to see next 4 photos . PROBLEM: is when i run the code in chrome…
dexter
  • 1,207
  • 10
  • 26
  • 41
12
votes
1 answer

Twitter Bootstrap Carousel plugin delay on page load

Not sure why the plugin is behaving this way but whenever I refresh the page with the carousel plugin, the containing div is blank for like 5-seconds then the carousel will begin to function normally--sliding through. I created a slimmed down…
generalopinion
  • 1,437
  • 2
  • 13
  • 21
12
votes
11 answers

Getting Index of Current Item in JCarousel

I am attempting to get the index of the current item in a JCarousel so that I can display the current position within the Carousel to the user. For example, '13/20'. How can I do this? EDIT: Sample of the end product:
Anthony Walsh
  • 492
  • 1
  • 6
  • 14
9
votes
4 answers

jCarousel - how to get pause on hover with autoscroll?

JCarousel have recently changed (january 2011). It used to have a way to implement pause on hover with autoscroll. With the new version I cannot solve how to get autoscroll to stop on hover: I would like the scroll to stop on mouseover and start…
user1152435
  • 91
  • 1
  • 1
  • 3
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
9
votes
1 answer

How to create a custom jquery carousel?

Hi I want to create a simple jquery carousel for my php web application. I am using php5 and mysql. How can I create that any body can help me?
learner
  • 2,099
  • 6
  • 23
  • 32
9
votes
3 answers

Ajax call function after success

I'm working on a site, where we get information from an XML-file. It work great, but now I need to make a slider of the content. To do this, I will use jCarousel that claims they can do it with Dynamicly loaded content, by calling a callback…
curly_brackets
  • 5,491
  • 15
  • 58
  • 102
9
votes
4 answers

Jquery, Jcarousel smooth infinite scrolling

I am using jcarousel to auto scroll some images. I would like to know how to make them scroll in one fluid scroll with no pauses or stops. Currently there is a pause and then it scrolls again. If I am not making myself clear then ask and I will try…
user289554
8
votes
5 answers

jQuery jCarousel - how to remove the jCarousel from an element

I am using jCarousel to have a carousel of images in my page. It works great and I have no complaints, but I am using the tabbing on the page and when I go to another tab, there is an ugly jCarousel error. Basically what I want to do is to remove…
Tony Testa
  • 109
  • 1
  • 3
7
votes
4 answers

jQuery get height of first 3 li tags

I am filling a unordered list with dynamic content and the list height will fir the content, does anyone know how I can get the height of the first 3 li tags in the unordered list? The dynamic content produced might be something like below so I just…
Jammer
  • 2,330
  • 11
  • 48
  • 77
7
votes
2 answers

How to set (wrap: 'circular') (loop) in “auto scroll” plugin in the new version of jCarousel (3.0)?

How to set (wrap: 'circular') (loop) in “auto scroll” plugin in the new version of jCarousel (3.0)? I want the items too loop without stop as in previous version of jCarousel. http://sorgalla.com/jcarousel/ Any kind help would be highly…
Kardo
  • 1,658
  • 4
  • 32
  • 52
7
votes
2 answers

jCarousel: Can you remove all items and rebind to a new collection?

jCarousel documentation states the following: By passing the callback function itemLoadCallback as configuration option, you are able to dynamically create (li) items for the content. {...} jCarousel contains a convenience method add() that can…
Jim G.
  • 15,141
  • 22
  • 103
  • 166
6
votes
2 answers

jCarousel not getting drawn inside a hidden div

I am using a div to populate a ul/li list and then draw a jCarousel out of it. So this works fine: $('#mycarousel').jcarousel(); Here is the problem: The div containing the ul/li items could be hidden by the click of another button. When the div…
zoom_pat277
  • 1,214
  • 5
  • 15
  • 31
1
2 3
37 38