https://pastein.ru/t/JX
скопируйте уникальную ссылку для отправки
Загрузка данных
$(function () { $("#PopupElement").mouseover(function(){ //Do Something }); $("#LeavingElement").mouseout(function(){ //Do Something }); });