selection.nodes() Returns an array of all (non-null) elements in this selection.
selection.property(name[, value]) Some HTML elements have special properties that are not addressable using attributes
d3.touches(container[, touches]) Returns the x and y coordinates of the touches associated with the
selection.each(function) Invokes the specified function for each selected element, passing in passed the current
selection.html([value]) If a value is specified, sets the
selection.sort(compare) Returns a new selection that contains a copy of each group in this selection sorted according
d3.mouse(container) Returns the x and y coordinates of the
selection.classed(names[, value]) If a value is specified, assigns or unassigns the specified CSS class
local.set(node, value) Sets the value of this local on the specified node to the value, and
d3.creator(name) Given the specified element name, returns a function which creates an element of the given name, assuming
Page 1 of 5