.next( [selector ] )Returns: jQuery
Description: Get the immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
-
version added: 1.0.next( [selector ] )
- selectorType: SelectorA string containing a selector expression to match elements against.
-