On Tue, Nov 18, 2008 at 7:57 PM, Hector Virgen <[EMAIL PROTECTED]> wrote:
> > It seems to me that $#next() gets the very next element, then tries to > match it to the selector. Is this the intended behavior? > Yes, it gets the very next element and then applies the selector as a filter. For the other behavior, see nextAll http://docs.jquery.com/Traversing/nextAll - Richard