BLACK FRIDAY SALE

00000000

50% OFF - Limited Time Deal

Lightbox update

DescriptionDescription

This event is triggered when the lightbox changes and updates item information.

ArgumentsArguments

ArgumentTypeDescription
item node Node opened in the lightbox

ExampleExample

JS
Grid settings – JS field
wpgb.lightbox.on( 'update', function( item ) {

	console.log( 'update', item );

} );