$(function(){ $('.elgg-menu-item-groups').hover(function(){ $('#topbar-groups').show(); }, function() { $('#topbar-groups').hide(); }); });