UNPKG

@kickscondor/umbrellajs

Version:

Lightweight and intuitive javascript library

7 lines (6 loc) 211 B
// Add nodes at the beginning of each node u.prototype.prepend = function (html, data) { return this.adjacent(html, data, function (node, fragment) { node.insertBefore(fragment, node.firstChild); }); };