active script

active script

how i can make this work? :

  
$("a").mouseout(function(event) {
alert(event.relatedTarget.nodeName); // "DIV"
});

i try html: <a href="#">ff</a> and mouse out didn't work