[jQuery] Re: .click( ) event causes anchor-like jump

2008-08-23 Thread Kelly
Have you tried adding return false; ? On Aug 13, 3:40 pm, cdawg [EMAIL PROTECTED] wrote: Hello Everyone, I am creating a .click() event for a TR, and then i show a row that is corresponding directly below it. The problem is that when the event fires, the browser jerks down as if the TR i

[jQuery] Re: .click( ) event causes anchor-like jump

2008-08-20 Thread cdawg
Ok So i found out what is going on. When the location.hash variable is set, another event is thrown and I have no Idea how to intercept it and stop it from jumping. On Aug 13, 3:40 pm, cdawg [EMAIL PROTECTED] wrote: Hello Everyone, I am creating a .click() event for a TR, and then i show a