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? I'm not even certain using window.onload would fix the issue without breaking something else... thanks in advance, yazan On Sep 28, 5:27 pm, James <james.gp....@gmail.com> wrote: > 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 code. > > On Sep 28, 10:41 am, Yazan <yfahm...@gmail.com> wrote: > > > 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 be a > > simple switch, but I can try it if it would fix my issue. > > > thanks, > > Yazan > > > On Sep 28, 4:34 pm, James <james.gp....@gmail.com> wrote: > > > > 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 <yfahm...@gmail.com> 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 IE6 and 7, but with no > > > > luck. You can view the site here: > > > > >http://67.23.44.204/ > > > > > The top nav (Products, Inspirations, etc. should each have a set of > > > > subnavs > > > > that show up when you hover over them with mouse) works sometimes, and > > > > other > > > > times not. > > > > > I recognize that the issue is with all the code that appears in my > > > > $(document).ready(fn) statements, and I've tried moving the relevant > > > > statement to the bottom of the body section, but still to no avail. It > > > > seems > > > > to work when I execute the code with window.onload, but I'm trying to > > > > avoid > > > > using that. > > > > > Does anyone have any suggestions on how to get IE6, 7 and 8 in > > > > Compatibility > > > > Mode to execute the jquery code correctly (i.e. after the DOM is > > > > loaded)? > > > > Any guidance would be much appreciated. > > > > > thanks, > > > > Yazan