[jQuery] Re: Hover on different ids
On 27 Sep, 12:42, "ryan.j" wrote: > try $('#breadcumb, #nKnapper, #Navigation') instead Excellent :) Works. Thanks!
[jQuery] Re: Hover on different ids
try $('#breadcumb, #nKnapper, #Navigation') instead On Sep 27, 7:48 am, Geir wrote: > Hi! > I want an div#breadcrumb to animate when some other divs are hovered. > This is my code: > > var BrHo = $('#breadcumb') + $('#nKnapper') + $('#Navigation'); > BrHo.hover(function(){ >
[jQuery] Re: Hover on different ids
Firebug says: BrHo.hover is not a function