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
-1
votes
2 answers

How to read object string using jquery?

I am getting this object value as string '{gallery: 'gal', smallimage: 'http://www.website.com/image.jpg',largeimage: 'http://www.website.com/image1.jpg'}' How can i read this using jquery? Currently i am using this following function as bellow to…
Sandeep Tawaniya
  • 717
  • 8
  • 17
-1
votes
2 answers

How to implement a carousel for images from a Mysql database

I am trying to fetch data from a Mysql database (specifically images) and then display them in a carousel, like for example on the amazon.com homepage. I am a beginner in CSS. I haven't used it much. I have looked at a earlier question, but mine is…
chepkeitany
  • 11
  • 1
  • 3
-1
votes
2 answers

Javascript not working IE any version

Hey everyone. I am having some issues on my end and hopefully it's just something on my end but, could someone take a look at REMOVED SINCE FIXED in IE and let me know if you can see what is wrong. Please check it out first in FF or Chrome or Safari…
CU3ED
  • 468
  • 8
  • 20
-1
votes
2 answers

Use image alt attribute value as heading in carousel

Here is my fiddle. http://jsfiddle.net/yX5vr/3/ What I want to do is, simply set h1 using currently active image's alt. It must be set on both situations: when you click on thumb, or when you just enter to the page it must be set to initial value…
demonoid
  • 318
  • 3
  • 13
  • 40
-1
votes
1 answer

jCarousel v.0.3.0 - How to hide prev when hit the fist item of list?

i'm trying to use jCarousel but I need to remove the prev control when the carousel hits the first item of the list. I tried (view fiddle) but it only happens when I click one time more on prev control. Here is the fiddle: Preview
Carol
  • 329
  • 3
  • 16
-1
votes
4 answers

Looking for a JavaScript carousel

I am looking for a JavaScript based carousel such as absolute website. The main part that I am interested in is that it slides in a similar way to the main site flash, highlighting one item/image at a time and items are in a line. Plug-in for any…
Hellnar
  • 62,315
  • 79
  • 204
  • 279
-1
votes
3 answers

Pause on Mouse Hover not Working on JCarousel

I have been to a lot of answers but not one of it has answered my problem. I have this JCarousel, autoscroll. I want it to stop on hover, what do I need to add up in my code?