[jQuery] Re: onclick page goes to top (have to scroll back down to content)

2007-09-13 Thread FrankTudor
I'm in a secure environment, but you are right about the # in the url I put the hash marks in for testing. Will this change when actual data is provided? Pr should I leave the a href blank, since all I am using it for is to expand the div that holds the hidden data. Here is some sample code:

[jQuery] Re: onclick page goes to top (have to scroll back down to content)

2007-09-13 Thread Benjamin Sterling
Frank, Put a return false; into you click event and that should fix it. On 9/13/07, FrankTudor [EMAIL PROTECTED] wrote: I'm in a secure environment, but you are right about the # in the url I put the hash marks in for testing. Will this change when actual data is provided? Pr should I

[jQuery] Re: onclick page goes to top (have to scroll back down to content)

2007-09-13 Thread Theodore Ni
Often this occurs when the onclick event for a link does not return false, and then the browser loads the href, often # which moves the page to the top. Is there a test page you can show us where this is happening for you? On 9/13/07, FrankTudor [EMAIL PROTECTED] wrote: Hi have a page that has