Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Scooterboy82

    (@scooterboy82)

    I have tried the following with no success…..

    $('#cycloneslider-homepage-1').bind({
            slidechange : function(event,ui) {
                console.log("test");
    
            }
        });
    Thread Starter Scooterboy82

    (@scooterboy82)

    For anyone else trying the same I managed to complete this by the following code…

    $( '.cycloneslider-slides' ).on( 'cycle-after', function( event, opts ) {
        console.log("test");
        });
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bind function for slide change to slider’ is closed to new replies.