javascript - Why don't these agile carousels work properly in chrome? -
i've been using agile carousel while , worked in past, has stopped working in safari , chrome, working on firefox , safari ipad.
on this page, carousel stops @ second image , can not work out why.
on this page again carousel stops on second image, problem intermittent , if pause carousel , start again problem disappears!
any appreciated!
additional info:
here's 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 wonder if problem not code @ all, laptop. it's worked when tried on device.
is problem of pausing in second image happening on there folks systems?
thanks again!
i had similar issue couple of websites. upgrading jquery version 2.0.3 fixed me.
Comments
Post a Comment