Plugin Elementor: How to close a popup via own button?

jQuery(function($){
  $('.yesclick').on('click','.elementor-location-popup a', function(event){ 
     elementorProFrontend.modules.popup.closePopup( {}, event);
  });
});