selection.raise()
Re-inserts each selected element, in order, as the last child of its parent. Equivalent to:
selection.each(function() { this.parentNode.appendChild(this); });
selection.raise()
Re-inserts each selected element, in order, as the last child of its parent. Equivalent to:
selection.each(function() { this.parentNode.appendChild(this); });
Please login to continue.