https://pastein.ru/t/JX

  скопируйте уникальную ссылку для отправки


$(function () {
  $("#PopupElement").mouseover(function(){
        //Do Something
   });
   
    $("#LeavingElement").mouseout(function(){
        //Do Something
   });
});