Skip to content

Instantly share code, notes, and snippets.

@jennlee20
Created October 15, 2020 22:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jennlee20/5675685491fbc656da372ec03c0078ca to your computer and use it in GitHub Desktop.
Save jennlee20/5675685491fbc656da372ec03c0078ca to your computer and use it in GitHub Desktop.
//Open
jQuery( window ).trigger( {
type: 'jet-popup-open-trigger',
popupData: {
popupId: 'jet-popup-<numeric popup ID>',
}
} );
//Close , just trigger click to match the rules in popup setting
jQuery('#jet-popup-<numeric popup ID> .jet-popup__close-button').click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment