DescriptionDescription
This event is triggered when dragging ends.
ArgumentsArguments
Argument | Type | Description |
event | object | Original event object |
ExampleExample
JS
Grid settings – JS field
wpgb.carousel.on( 'dragEnd', function( index ) {
console.log( 'dragEnd', event );
} );