Viewing 1 replies (of 1 total)
  • Plugin Author bqworks

    (@bqworks)

    Hi. You can use this JavaScript:

    jQuery('.slider-pro').on('gotoSlide', function( event ) {
    	if ( event.index === jQuery( this ).find( '.sp-slide' ).length - 1 ) {
    		// your JS here
    	}
    });

    Cheers!

Viewing 1 replies (of 1 total)
  • The topic ‘js after last slide’ is closed to new replies.