UNPKG

istesequi

Version:

Lightweight and intuitive javascript library

12 lines (10 loc) 244 B
/** * .before(html) * * Add child before all of the current nodes * @param String html to be inserted * @return this Umbrella object */ u.prototype.before = function(html, data) { return this.adjacent('beforebegin', html, data); };