[jQuery] Re: Totally lost: scroll the page to put a div at the top

2007-11-21 Thread pbarney
Thanks... Seeing that written that way made it click for me. I appreciate it. On Nov 20, 10:44 am, Flesler <[EMAIL PROTECTED]> wrote: > In your case, $.scrollTo( '#section_1', { speed:300 } ); will be > enough. > > > the documentation > > isn't very clear. If I do $("#section_1").scrollTo(300), w

[jQuery] Re: Totally lost: scroll the page to put a div at the top

2007-11-20 Thread Flesler
>Is there no way to simply scroll the page to the next div once the user tabs away from a specified form field? It's not very difficult, you can certainly do that manually. > the documentation isn't very clear. I think the docs are quite clear, it says: "The plugin will scroll the matched eleme

[jQuery] Re: Totally lost: scroll the page to put a div at the top

2007-11-20 Thread pbarney
I did see that, but isn't it possible to simply scroll the page without adding all the extra features? Add to that, the documentation isn't very clear. If I do $("#section_1").scrollTo(300), what does that actually do? Does it immediately scroll to that section? Does it move 300px from the section

[jQuery] Re: Totally lost: scroll the page to put a div at the top

2007-11-19 Thread Flesler
How come you didn't see this ? http://jquery.com/plugins/project/ScrollTo :) Ariel Flesler On 19 nov, 19:55, pbarney <[EMAIL PROTECTED]> wrote: > Hey guys... I'm lost on this. I've been searching all over for a > simple solution and I can't seem to find it outside of something like > interface o