pushStack abstract method

ElementQuery pushStack(
  1. List<Element> elems
)

Add a collection of DOM elements onto the Query stack.

Implementation

ElementQuery pushStack(List<Element> elems);