.slice( start [, end ] )Returns: jQuery
Description: Reduce the set of matched elements to a subset specified by a range of indices.
-
version added: 1.1.4.slice( start [, end ] )
- startType: IntegerAn integer indicating the 0-based position at which the elements begin to be selected. If negative, it indicates an offset from the end of the set.
-