codice:
$('elemento').stop().hover(function(){
    //mouseover
    },function(){
    //mouseout
});