7.2.js 114 B

1234567
  1. $(document).ready(function() {
  2. $('#books').cycle({
  3. timeout: 2000,
  4. speed: 200,
  5. pause: true
  6. });
  7. });