.nextAll( [selector ] )Returns: jQuery
Description: Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
-
version added: 1.2.nextAll( [selector ] )
- selectorType: StringA string containing a selector expression to match elements against.
-