[jQuery] Re: Make List Element Clickable

2008-03-07 Thread Joe
Thanks Dan. My solution was very similar, but I like yours as well. I do use Firebug religiously so I will definitely take your tip on dumping things into the console. Cheers. Joe On Mar 6, 4:59 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > Joe, > > >I would like to make the element li

[jQuery] Re: Make List Element Clickable

2008-03-06 Thread Dan G. Switzer, II
Joe, >I would like to make the element list element clickable on the >hovering of the list element. I can't seem to traverse the DOM and >grab the tag's href value for the CURRENT list element that is >being hovered over. > >$("#mainCol ul li").hover(function() { > >$(this).addClass("highlight"