$(document).ready(function(){ $("#logo").hover( function () { alert(2); }, function(){ alert(2); } ); });