After-popup-close Event

Lisa Fockens Updated by Lisa Fockens

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.


Introduction to JS Callbacks

After-tracked-click Event

Contact