I'm not quite sure what you're asking for, but it sounds like you might want
to check out the docs on selecting and traversing:

http://docs.jquery.com/Selectors
http://docs.jquery.com/Traversing

Hope it helps.

--Erik


On 4/10/08, sleepwalker <[EMAIL PROTECTED]> wrote:
>
>
> Is there a way in jquery to find your exact location in the dom and
> then move down from that location to another element? For example can
> I get the value of a input[text].someClass after changing it and write
> that change only to the next td.someOtherClass in the dom without
> using an id?
>

Reply via email to