$('#gallery1').gallery({ current: 3, classes: 'custom-style' }); $('#gallery2').gallery(); $('#gallery1').on('end-of-world', function() { console.log('ooops'); });