Advertisement
abushyk

SB:topspecial carousel

Jan 25th, 2014
220
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2. $(document).ready(function(){
  3.     if($('.carousel.topspecial .content ul').length>0){
  4.         $('.carousel.topspecial .content ul').carouFredSel({
  5.             scroll: {
  6.                 items: 1
  7.             },
  8.             auto: false,
  9.             next: {
  10.                 button: '.carousel.topspecial .content .carousel-next',
  11.                 key: 'right'
  12.             },
  13.             prev: {
  14.                 button: '.carousel.topspecial .content .carousel-prev',
  15.                 key: 'left'
  16.             }
  17.         });
  18.     }
  19. });
  20.  
  21. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement