Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dantetesta/ff9fc2fe0c52c75bf3f4050acb74d40d to your computer and use it in GitHub Desktop.
Save dantetesta/ff9fc2fe0c52c75bf3f4050acb74d40d to your computer and use it in GitHub Desktop.
<script>
jQuery(document).ready(function() {
jQuery('.jet-add-to-store').on('click', function(e) {
e.preventDefault();
// substitua 'popup_id' pelo ID real do seu pop-up
var popupID = '1188';
// abre o pop-up
setTimeout(function() {
elementorProFrontend.modules.popup.showPopup( { id: popupID } );
}, 1000);
});
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment