Lightbox update
This event is triggered when the lightbox changes and updates item information.
Argument | Type | Description |
item | node | Node opened in the lightbox |
[pastacode lang=”javascript” manual=”wpgb.lightbox.on(%20’update’%2C%20function(%20item%20)%20%7B%0A%09%0A%09console.log(%20’update’%2C%20item%20)%3B%0A%0A%7D%20)%3B” message=”” highlight=”” provider=”manual”/]