UNPKG

istesequi

Version:

Lightweight and intuitive javascript library

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