Advertisement
nathan_lp

Part 1

Feb 26th, 2013
6,782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. <script>
  2.  
  3. $("#foo2").carouFredSel({
  4. circular: false,
  5. infinite: false,
  6. auto : false,
  7. prev : {
  8. button : "#foo2_prev",
  9. key : "left"
  10. },
  11. next : {
  12. button : "#foo2_next",
  13. key : "right"
  14. },
  15. pagination : "#foo2_pag"
  16. });
  17.  
  18. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement