Advertisement
AlenaLP

Part 1

Apr 18th, 2016
2,229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
  2. <script src="//media.lpgenerator.ru/uploads/images/jquery.carouFredSel-6.2.1-packed.js"></script>
  3. <script>
  4. $(document).ready(function($) {
  5.  
  6.  
  7.     $("#foo2").carouFredSel({
  8.         circular: false,
  9.         infinite: false,
  10.         auto: false,
  11.         prev: {
  12.             button: "#foo2_prev",
  13.             key: "left"
  14.         },
  15.         next: {
  16.             button: "#foo2_next",
  17.             key: "right"
  18.  
  19.         },
  20.         pagination: "#foo2_pag"
  21.     });
  22.  
  23. });
  24. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement