简体   繁体   中英

Why don't these agile carousels work properly in chrome?

I've been using Agile Carousel for a while now and it worked completely in the past, but has stopped working in Safari and Chrome, but is working on Firefox and Safari for iPad.

On this page , the carousel stops at the second image and I just can not work out why.

On this page again the carousel stops on the second image, but the problem is intermittent and if you pause the carousel and the start it again the problem disappears!

Any help would be greatly appreciated!

Additional info:

here's the code:

<script>
$(document).ready(function(){
$.getJSON("Carousel/agile_carousel_awards.php", function(data) {

        $("#flavor_1").agile_carousel({
            carousel_data: data,
            carousel_outer_height: 478,
            carousel_height: 478,
            slide_height: 480,
            carousel_outer_width: 300,
            slide_width: 300,
            transition_time: 1200,
            timer: 4000,
            continuous_scrolling: true,

        });
    });
});

</script>

I'm beginning to wonder if the problem is not with the code at all, but with my laptop. It's worked when I tried it on another device.

Is the problem of it pausing in the second image happening on there folks systems?

Thanks again!

I had a similar issue with a couple of my websites. Upgrading jQuery to version 2.0.3 fixed it for me.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM