d3.selectAll( nodes ) in D3.js

Select multiple elements from the current document.

Arguments

nametypedescription
nodes Array May be an array or array-like object (e.g. a NodeList or arguments).
Return Type
Selection

Description

For more details see https://github.com/mbostock/d3/wiki/Selections#wiki-d3_selectAll.

See Also