The after-popup-close
event is fired after the popup has been closed.
This is one of the various events Wisepops can trigger as part of our JS callbacks feature.
This event occurs once the hiding animation is over, and the popup is no longer visible. This event cannot be prevented.
โ
Event target
The targeted element (event.target
) is the popup HTML element, with the class wisepops-popup
.
โ