d3 selection append()
d3 append()
append() - Appends a new element with the specified name as the last child of each element in the current selection, returning a new selection containing the appended elements.
Notice:
Don't confuse with jQuery append(). More at codepen.