Search an array of nodes and their children for elements passing a test function.
Same as find, but limited to elements and with less options, leading to reduced complexity.
find
Function to test nodes on.
Array of nodes to search.
All nodes passing test.
test
Search an array of nodes and their children for elements passing a test function.
Same as
find
, but limited to elements and with less options, leading to reduced complexity.