>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 elements to the chosen position, the latter can be.....".
so, the matched elements are the elements being scrolled, not "where"
to scroll.
In your case, $.scrollTo( '#section_1', { speed:300 } ); will be
enough.

You can do that manually, that's your decision. I'll only add that the
project page is not the documentation. It's just a brief description.
The source code includes examples, and a README with the options.

Ariel Flesler

On 20 nov, 00:29, pbarney <[EMAIL PROTECTED]> wrote:
> 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? How do you trigger it? etc, etc, etc?
>
> Is there no way to simply scroll the page to the next div once the
> user tabs away from a specified form field?
>
> On Nov 19, 8:49 pm, Flesler <[EMAIL PROTECTED]> wrote:
>
>
>
> > How come you didn't see this ?http://jquery.com/plugins/project/ScrollTo
> > :)- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

Reply via email to