[jQuery] Re: IE and DOM issues

2009-09-28 Thread Yazan
FYI, I did a quick test using 1.3.2, and while it didn't seem to break anything, it didn't fix the issue either. We'll have to do some regression tests if we upgrade our jquery version, so for the time being we'll stick with 1.2.6. Any suggestions for fixing this issue besides using window.onload

[jQuery] Re: IE and DOM issues

2009-09-28 Thread James
I'm not suggesting that would fix the issue, but most of the time using the latest version of the code will get you better results. However if you have dependencies on the old library that you can't change (as there are no updates to those other plug-ins), then I guess we'll have to delve into the

[jQuery] Re: IE and DOM issues

2009-09-28 Thread Yazan
Yes, I have actually :) Are you suggesting that would fix the issue? I haven't looked closely at what 1.3.2 offers over 1.2.6, but I didn't think that that would necessarily fix the issue. I think there might be some dependencies on 1.2.6 in other libraries we're using, so I'm not sure it would b

[jQuery] Re: IE and DOM issues

2009-09-28 Thread James
I didn't look through the code in detail, but have you considered using the latest version of jQuery library (v1.3.2)? On Sep 28, 10:22 am, Yazan wrote: > Hi all, > > I've been wrangling with trying to get my jquery-powered global nav to work > consistently in IE8 (in "Compatibility Mode") and I