סקריפט לסגירת פואפ בעמוד אחרי לחיצה על התפריט לשים בוידגט HTML

PHOTO EMBED

Tue Oct 29 2024 23:21:00 GMT+0000 (Coordinated Universal Time)

Saved by @odesign

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