$(...).bind('mouseenter', function(){ $(...).show(); }).bind('mouseleave', function(){ $(...).hide(); });