Загрузка данных
$(function () { $("#PopupElement").mouseover(function(){ //Do Something }); $("#LeavingElement").mouseout(function(){ //Do Something }); });