1
I need to identify where the user clicked to close the lightbox Magnificpopup, as I will perform an action on this.
Option:
- -Close x
- -Escape
- -background that is the dark part
.
$.magnificPopup.open({
items: {
src: '#thanksModal',
},
type: 'inline'
});
}