Thanks Brandon. Yes. Thanks, that does help. I knew it was related to the click event all along, but I just didnt' know what was different about the click. The problem stems from using javascript: void(0); on my hyperlinks. See this site. http://blog.reindel.com/2006/08/11/a-hrefjavascriptvoid0-avoid-the-void/
I tested this theory, and in fact, if I use the href='#' method, the problem goes away. However, now I am trying to figure out where to put the return false; to prevent the # from appending to the url. I will let you know my final solution. Thanks, Jeremy On Apr 2, 1:20 pm, "Brandon Aaron" <[EMAIL PROTECTED]> wrote: > Jeremy, > > My first guess as to the source of this weirdness would be the last > line of the script tag at the bottom of the body tag. > > $('#StartNew').click(); > > The click() event handling is one of the major things that changed in > 1.1.1. It also fires the actual click event of the element if one > exists. That would be the first point of investigation. > > I would also consider applying the patch in ticket 1061 to see if it > changes anything. > > Ticket 1061:http://dev.jquery.com/ticket/1061 > > Hopefully some of this helps ... if not I'll try dig a little deeper. > > -- > Brandon Aaron > > On 4/2/07, tpneumat <[EMAIL PROTECTED]> wrote: > > > > > I am feeling all alone on this one. I guess I will have to take > > Andrew's suggestion and do browser detection to deliver a different > > version of jquery forIE6. Kind of disappointed with that, however. > > > Jeremy > > > On Mar 30, 2:48 pm, "Jeremy Dill" <[EMAIL PROTECTED]> wrote: > > > Yes. And 1.1.1. Packed or unpacked, same result. > > > > -----Original Message----- > > > From: Mike Alsup [mailto:[EMAIL PROTECTED] > > > Sent: Friday, March 30, 2007 2:23 PM > > > To: [EMAIL PROTECTED]; jQuery Discussion > > > Subject: Re: [jQuery] New version of jquery andIE6bugs > > > > > Using jquery-1.0.4.js - NO PROBLEMS > > > >http://www.dilltree.com/test/jtest104.html > > > > > Using jquery-latest.pack.js - CSS ISSUES ON REFRESH. > > > >http://www.dilltree.com/test/jtest112.html > > > > Jeremy, > > > > Have you tried an unpacked version of 1.1.2? > > > > _______________________________________________ > > > jQuery mailing list > > > [EMAIL PROTECTED]://jquery.com/discuss/