Skip to content

Instantly share code, notes, and snippets.

@petrozavodsky
Created August 25, 2015 15:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save petrozavodsky/a67a5e2e4683f59b7619 to your computer and use it in GitHub Desktop.
Save petrozavodsky/a67a5e2e4683f59b7619 to your computer and use it in GitHub Desktop.
Два слайдера на одной странице
$('#carousel').carouFredSel({
direction: 'up',
auto: false
});
$('#slider').carouFredSel({
auto: true
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment