close popup JS
-
I am using the popup builder events, but I would like to know which one allows me to close the modal window. I have tried this, but I haven’t been successful. Any suggestions?
const popupObj = SGPBPopup.createPopupObjById(5361);
popupObj.prepareOpen();
I have tried to close it with these methods but I can’t achieve anything:
popupObj.close();
popupObj.closePopup();The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘close popup JS’ is closed to new replies.