Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with chrome #30

Open
btoae opened this issue Nov 12, 2013 · 1 comment
Open

Problem with chrome #30

btoae opened this issue Nov 12, 2013 · 1 comment

Comments

@btoae
Copy link

btoae commented Nov 12, 2013

What is my problem?? in second image carrousel is stop on chrome

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.js"></script> <script src="/share/slideshow/agile_carousel.alpha.js"></script> <script> $.getJSON("/share/slideshow/agile_carousel_data.php", function(data) { $(document).ready(function(){ $("#flavor_1").agile_carousel({ carousel_data: data, carousel_outer_height: 228, carousel_height: 228, slide_height: 230, carousel_outer_width: 480, slide_width: 480, transition_time: 300, timer: 4000, continuous_scrolling: true, control_set_1: "numbered_buttons", no_control_set: "hover_previous_button,hover_next_button" }); }); }); </script>

http://www.machado-samter.paratestear.com.ar/prueba.php

@btoae
Copy link
Author

btoae commented Nov 12, 2013

I solved it by updating the version of jquery

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant