[jQuery] Re: hoverIntent and Accordion

2009-02-21 Thread zac
Hmmm... I guess I did something wrong.. looks good in Firefox but doesnt work at all in IE and I got this warning with firebug: reference to undefined property opt.queue parent = elem.parentNode; Can anyone spot what is wrong with this script?? $(document).ready(function(){ $("dd").hide(); var

[jQuery] Re: hoverIntent and Accordion

2009-02-20 Thread zac
Yes that is just what I needed. Thank you very much! This is actually starting to make sense to me :^ ) On Feb 20, 6:14 pm, Brian Cherne wrote: > The hoverIntent plugin assumes you're sending it either: > > a) both over and out functions, or > b) a single configuration object. > > When you sen

[jQuery] Re: hoverIntent and Accordion

2009-02-20 Thread Brian Cherne
The hoverIntent plugin assumes you're sending it either: a) both over and out functions, or b) a single configuration object. When you send it only one function it assumes that that's the configuration object. As you are only interested in using an over function, I'd recommend sending an anonymou