Skip to content

Instantly share code, notes, and snippets.

@softiconic
Last active December 2, 2023 18:38
Show Gist options
  • Save softiconic/7aa37bcde7f4d6755d3a44b54cfae27e to your computer and use it in GitHub Desktop.
Save softiconic/7aa37bcde7f4d6755d3a44b54cfae27e to your computer and use it in GitHub Desktop.
Close an Elementor popup when a button or link is clicked.
jQuery(function($){
$(document).on('click','.elementor-location-popup a', function(event){
elementorProFrontend.modules.popup.closePopup( {}, event);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment