Carousel select

DescriptionDescription

This event is triggered when the selected slide change.

ArgumentsArguments

ArgumentTypeDescription
index number Selected slide index

ExampleExample

JS
Grid settings – JS field
wpgb.carousel.on( 'select', function( index ) {

	console.log( 'selected slide', index );

} );