[jQuery] Re: Hover on different ids

2009-09-27 Thread Geir
On 27 Sep, 12:42, "ryan.j" wrote: > try $('#breadcumb, #nKnapper, #Navigation') instead Excellent :) Works. Thanks!

[jQuery] Re: Hover on different ids

2009-09-27 Thread ryan.j
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

2009-09-27 Thread Geir
Firebug says: BrHo.hover is not a function