Tagged Questions

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

learn more… | top users | synonyms

11
votes
6answers
8k views

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 ...
4
votes
2answers
499 views

jquery slider is not working properly in Chrome

Here is a live demo: http://sp.smartclientdemo.com/index.php/portfolio?id=commercial The problem can be seen by clicking on the last thumbnail. In Chrome the gap is coming between the thumbnail and ...
3
votes
4answers
230 views

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? ...
3
votes
1answer
146 views

jcarousel issues

I'm trying to do what I've seen many people try to do with jcarousel, which is, I'd like clear it and refill it dynamically. I seem to have found a way to entirely clear the DOM of empty li items (a ...
3
votes
2answers
1k views

Scroll to first item of jcarousel

I have multiple instances of jcarousel on a page within a tabbed interface. I need to be able to scroll to the first item of each carousel when the relevant tab is clicked and am unsure how to do ...
3
votes
2answers
2k views

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 ...
3
votes
2answers
2k views

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 ...
3
votes
5answers
8k views

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, 'Photo 5 of 6'. How can I do this? EDIT: ...
3
votes
2answers
1k views

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 have no complaints, but I am using the tabbing on the page and when I goto another tab, it get an ugly jCarousel ...
3
votes
4answers
5k views

jCarousel with unknown content width

I am trying to use jCarousel plugin for jQuery in order to provide my website users with scrollable (horizontal) content. The content I am mentioning is basically user defined <li> elements, ...
3
votes
5answers
5k views

Multiple rows with jcarousel

I'm trying to use jcarousel to build a container with multiple rows, I've tried a few things but have had no luck. Can anyone make any suggestions on how to create it?
2
votes
1answer
42 views

Issue with jQuery scrollTo function

Im having issues with my JCarosel slider. My html is set up as required... <div id="homeSlider"> <div id="homeSliderLeft"> <div id="homeSliderLeftNav"> <ul> ...
2
votes
4answers
182 views

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 ...
2
votes
1answer
62 views

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 tutorial: ...
2
votes
1answer
207 views

Stop Vimeo embeds on previous / next buttons within Jquery Infinite Carousel

My setup: http://jsfiddle.net/ASa2K/1/ I have a Jquery Infinite Carousel which will have in it embedded Vimeo vids. When 'Next' or 'Prev' is clicked, I would like it to stop all videos. Currently it ...
2
votes
6answers
212 views

How to find the first “visible” <li> inside a <ul> using jQuery?

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 ...
2
votes
1answer
69 views

When my carousel animates to 10,000+ pixels, it flickers. Is it a jQuery issue?

When my carousel animates past 10000 pixels, it flickers through a bunch of elements. http://blossomsbnb.com/2011/test.php I'm using jCarousel Lite: http://www.gmarwaha.com/jquery/jcarousellite/ Is ...
2
votes
3answers
265 views

Preload images with jCarousel

I have the following code which loads a JSON feed and creates all the HTML needed for the jCarousel to work. However, I'm not sure how to preload the images. Anyone have any idea's how to do this? ...
2
votes
1answer
506 views

jQuery multiple carousels in jQuery UI tabs do not work properly in Internet Explorer and Chrome

I have a problem in the page whose URL can be seen below: http://hero.mynet.com/new/ There is a tabbed structure at the middle bottom of page.Each tab consists one carousel working.And each carousel ...
2
votes
3answers
517 views

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 ...
2
votes
3answers
54 views

Preloading Entire Element

I have a jCarousel which loads fairly slowly. The images will display as a list first before turning into a carousel view. This also causes the other jquery scripts on the page to be delayed. I have ...
2
votes
2answers
517 views

JQuery JCarousel (not lite) and mousewheel. need help

I use those js files below: jquery-1.4.2.min.js include/jcarousel/lib/jquery.jcarousel.min.js include/mousewheel/jquery.mousewheel.js in my index.php file i got : ...
2
votes
2answers
365 views

jCarousel in Ocassions WP Theme is Vertical on all Pages Other than Home

You can see my site here: http://www.fortysomethingbride.com The home page is gorgeous and I love the theme, however, on any page other than the home page the jCarousel is running vertical down the ...
2
votes
2answers
369 views

Using jCarousel with jQuery templates

I am attempting to use jcarousel in conjunction with templates. When the images are directly in the page the carousel it works perfectly, but I'm trying to make the images dynamic (not knowing which ...
2
votes
0answers
521 views

jcarousel circular items issue

wonder if anyone can shed any light on a particular issue I'm having with Jcarousel. I have adapted the "dynamic_ajax_php.php" example to succesfully pull in data using a wordpress query on the ...
2
votes
4answers
3k views

Jquery - error in jcarousel

I'm getting a Javascript error on the homepage of a site I've developed. On the homepage there is a jCarousel scroller to scroll between profiles. The error is as follows: this.clip[0] is undefined ...
2
votes
2answers
1k views

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 ...
2
votes
1answer
595 views

Problem with JCarousel display

I want to display about 6 items in a jcarousel, the problem is that whenever there are less than 6 items available to the jcarousel, it simply overlaps the items. Like, if I have 3 items, they get ...
2
votes
0answers
113 views

Focus on item in the jcarousel

I've a page with a jcarousel, the carousel contains n items linked to other pages. I'm trying to keep on focus the clicked item also in the new page. Thanks in advance Luca
2
votes
1answer
562 views

Looking for jQuery Plugin - Mix of jCarousel and FishEye / Dock

I'm looking for a jQuery plugin that is a carousel mixed with a fisheye effect, where the center images would be larger and the outer images slightly smaller. I've searched to no avail, and really ...
2
votes
2answers
150 views

Is it so bad to have heaps of elements in your DOM?

I am making a real estate non interactive display for their shop window. I have kicked jCarousel into doing what I want: Add panels per AJAX Towards the end of the current set, go and AJAX some new ...
2
votes
5answers
3k views

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 ...
2
votes
2answers
960 views

jQuery - Trying to create an 'endless slideshow' of images

I'm trying to create an endless slideshow of images that does as follows: Slides the images across a window When the last image is reached, it begins from the start of the images Here is my ...
2
votes
2answers
5k views

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. {...} ...
2
votes
2answers
3k views

Automatic jQuery Carousel triggering a FancyBox

I'm a web designer working on a project. I have an idea that would require jQuery. Since my experience with jQuery is fairly basic, I thought I would ask here what might be the best option for what I ...
1
vote
1answer
107 views

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 ...
1
vote
2answers
62 views

jQuery Carousel not repeating

I am trying to create a carousel for my site and am having trouble getting the slides to move to the back of the list, so it is a continuous stream with no white space. Here is the code: <div ...
1
vote
1answer
69 views

Custom jCarousel Trigger - End of Items

I am using jCarousel to show a list of items. Lets say there are 8 items. I am showing 4, waiting 10 seconds, then scrolling to show the last 4. I'd like it to then show the first four and then ...
1
vote
1answer
45 views

Conflict between jCarousel and jQZoom jQuery plugins

I try putting a jCarousel and jQZoom plugin and run both after dom and they both don't work. When I try only jCarousel it works, and vice versa. How can I run both plugins well after dom?
1
vote
0answers
79 views

adding item to jCarousel

$(document).ready(function() { $('#home_carousel').jcarousel({ scroll: 1, itemLoadCallback: itemLCB }); function itemLCB(carousel, state) { for (var i = ...
1
vote
0answers
149 views

Continuously scroll jCarousel on button hover

I'm using the jCarousel plugin and I've hit a road bump... I need the carousel to continuously scroll whenever the navigation buttons are hovered. Changing the built-in configuration variables to ...
1
vote
0answers
40 views

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 ...
1
vote
1answer
154 views

Empty additional <li> in horizontal jCarousel in Chrome and Safari

Chrome and Safari (Webkit engine) add 2 additional <li> into <ul> list with class 'jcarousle-item-placeholder'. How can I remove it? jCarousel in FF, IE and Opera is OK. Thanks for help.
1
vote
3answers
78 views

jCarousel, Counter, how?

Im using this plugin: http://sorgalla.com/projects/jcarousel/ I want there do be a counter that can display: 1 of 4 When clicking the next button, it should say: 2 of 4 and so on... The script is ...
1
vote
0answers
148 views

Integrating Jcarousel into wordpress to display related posts

I am trying to use jcarousel to show related posts that can be scrolled through, the code I'm using to show related posts is: $orig_post = $post; global $post; $tags = ...
1
vote
1answer
151 views

vertical javascript infinite text carousel with variable sized elements

I have a series of testimonials to display in a sidebar. I have them working fine with jCarousel, but the client wants to be able to put in varying amounts of text for each testimonial. It looks very ...
1
vote
2answers
398 views

Magento - Not able to resolve - jQuery / jCarousel Conflict Issue

I am trying all ways possible to resolve the JQuery Conflict issue in magento. Verified a few forums too but of no help. I have tried the following: 1.Added jQuery.noConflict(); at the end of the ...
1
vote
2answers
209 views

Setting number of visible images in jCarousel

I integrated jCarousel into my asp.net page but it's always showing only 3 images at a time. If I need to show 10 images at a time, then what should I change in the code? Here is my little snippet: ...
1
vote
2answers
116 views

Feathered clipping mask for jCarousel

I have a set of images scrolling continuously with jCarousel. Only one image is fully displayed at a time, and I would love to be able to "feather" the edges of the carousel so the images fade in and ...
1
vote
0answers
637 views

jcarousel ie7 issue

I am having an issue with the jquery jcarousel plugin. If I don't use the "itemFallbackDimension" property I get an error that says "jCarousel: No width/height set for items. This will cause an ...

1 2 3 4 5 7