carousel

Looking for a jQuery plugin that scrolls HTML content continuously on mouseover and in a loop

I've looked at a lot of various jQuery plugins that I thought I could tweak to get working the way I want but so far have been unsuccessful. I'm not sure if there is a plugin out there that meets these requirements or if I should just write my own (although I'm a bit of a novice!). The requirements: Scroll HTML containers left/right ...

Looking for an image rotator similar to WPF Carousel

Is there a good article or source code where I could find an WPF image rotator (moves automatically) similar to WPF carousel? I'm not really interested with DevExpress Carousel Control for WPF. I'm only looking for a simpler approach for this one. ...

Pause auto-rotate on mouseover (jQuery)

I'm using a content slider plugin that is nice but lacks one important feature: does not stop auto-rotating slides on mouseover. Here's the relevant part from the script: var dotimer = function (x){ if((opts.auto) == true) { if(timer != null) clearInterval(timer); timer = setInterval(function() { ...

JQuery jCarousel - Disabling external controls

I'm using JQuery and jcarousel, using external navigation controls: http://sorgalla.com/projects/jcarousel/examples/static_controls.html The problem here is the navigation buttons no longer disable as shown here: sorgalla.com/projects/jcarousel/examples/static_simple.html Is there a callback I can use to allow me to swap the active im...

Rebinding jQuery qtip tooltip on images in bxcarousel

I'm using bxcarousel to show a bunch of images. Each image has a tooltip, which I display using qtip. This works fine for the first round, but when the images come round a second time the tooltips don't show anymore (because bxcarousel removes an element that slides out and puts it back at the end) An example of the carousel can be fou...

Where can I find a jQuery article rotator / carousel / slider?

I want to make an article rotator similar to http://www.vmagazine.com/ And I want to use jQuery. I know there are carousels like jCarousel and jQuery Carousel. There is also the Coda-Slider, but I don't fint it very elegant. Can anyone suggest a good jQuery method / script for having an article carousel? I don't want to use MooTools...

How can I replace jQuery Tools Scrollable bullets with numbers?

I'm using jQuery Tools for creating an article carousel. You can see in action with images here: http://flowplayer.org/tools/demos/scrollable/plugins/index.html The navigation code looks like this: <!-- wrapper for navigator elements --> <div class="navi"></div> And the plugin ads links like so: <!-- wrapper --> <div class="navi"> ...

JCarousel scroll method does not always fire

var carousel = jQuery('#mycarousel').data('jcarousel'); var index = carousel.size() + 1; carousel.size(index); var html = '<li> some html </li>'; carousel.add(index, html); carousel.scroll(index, 1); The very last scroll method fires but not always. Is this a bug in JCarousel? The following is the code for the scroll method in ...

Android carousel image gallery

How can i carousel image gallery which never gets end.. after last first image and before first last image. ...

jQuery photo carousel (that looks like a real carousel)?

I am on the lookout for a jQuery photo carousel that can display 3 images at a time, and circle through x amount of photos (and when reaching the last, starting with the first photo again). I made a quick mock-up of what i am looking fore - see it here. So there is 3 photos vissible, the middle one beeing the 'main' one and a bit bigge...

jQuery 3D carousel?

Has anyone seen a tutorial for a jQuery 3D carousel like this one? http://web.enavu.com/demos/3dcarouselwip/ No source is given, but was wondering if anyone had tips on how to continuously circle the DIVs and resize them. It doesn't appear to be true 3D, but resizes the DIVs based on position? Thanks, Juan ...

js carousel with dynamic content

spend soo much time trying to solve this, but here goes: requirements: vertical list of items, in a div-container, structure div/ul/li user should be able to scroll through list, with smooth scrolling by hovering over the div, scrolling accelerates towards the top and bottom the scrolling is endless towards both ends (ie. at the end o...

jquery carousel auto scroll with text and image

I'm using the jquery carousel and I have the image auto rotating here ( http://jsbin.com/unoce/2), so the issue I'm having is the content on the left is not AUTO rotating "with" the image and the arrow selection is not either. It only works when I click the content on the left and then the image on the right along with the arrow move app...

Create a simple automatic image switcher using jQuery

Hi all. I need to create a very simple image switcher that changes my images automatically. I have the following code: <div class="imgCarousel"> <div class="imgC1 left"><img src="/media/1614/1_1.jpg" alt="img1" /></div> <div class="imgC2 left"><img src="/media/1615/2_1.jpg" alt="img2" /></div> <div class="imgC3 left"><img src="...

jquery carousel

Hi to all! Sorry for my bad English! I don't know jquery, but I must to do carousel for student's economic portal. I'm not programmist, just student, who want to help other people to upgrade there economic knomledge. I learned something and can to do simple sites and paint into photoshop, but with this carousel I have got many problems....

showing description from a carousel, not working when more than 1 carousel on page

Hi I'm having a problem with a carousel i'm trying to set up. the problem is it doesn't seem to work well when there is more than one carousel on a page. Everytime i hover over an icon the description(which is in a div outside over the main carousel area) is displayed in both carousel, when it should only be displayed in one, how can i ...

Circulating a carousel with jQuery Tools

Hi all! Using jQuery 1.4.2 and jQuery Tools package I am trying to create a nice autoscrolling sponsor image scrollable (carousel). The problem is not to get the carousel move forward every now and then, but to circulate (start over). It is no big deal when I want to move a bunch of pictures together, it becomes difficult when it progre...

How to create a carousel menu bar in iphone app

Dear all, I am attempting to develop an iphone application which has a tab bar at bottom, a navigation bar at top and below navigation bar is a carousel menu bar, this carousel menu bar is similar to media carousel menu in ipod, but it is thinner and just contain text menu item, which one is on top will be bigger, the others are smaller...

is there any jqeury carousel for content(text with links)?

Hi, I am trying to find a jquery carousel that can be used for showing text content and not images. I tried to modify an image carousel(jcarousel) but that has some width issues and the content overlaps. I am sorry if this it not a right question for this site. Something like what Google analytics has http://www.google.com/analytics/ ...

JQuery carousel images trim

Hello, Using the TinyCarousel program I created the following sample page. http://www.dealred.com/wa/jqimage.htm The carousel is working fine, but as I have less space on the home page, we need to reduce the height of the carousel without reducing the thumbnail sizes. Actual thumbnail size: 175x175 Carousel image size: 140x140 Requir...