Closes Elementor Popup On Click (Paste it in an HTML widget)

PHOTO EMBED

Sun Jan 17 2021 16:45:51 GMT+0000 (Coordinated Universal Time)

Saved by @wearewebheroes #elementor #wordpress #jquery

<script>
jQuery( document ).ready(function($){
	$(document).on('click','.elementor-location-popup a', function(event){
		elementorProFrontend.modules.popup.closePopup( {}, event);
	})
});
</script>
content_copyCOPY