index.js 168 B

12345678910
  1. $('#gallery1').gallery({
  2. current: 3,
  3. classes: 'custom-style'
  4. });
  5. $('#gallery2').gallery();
  6. $('#gallery1').on('end-of-world', function() {
  7. console.log('ooops');
  8. });