Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 285 Bytes

Readme.md

File metadata and controls

16 lines (9 loc) · 285 Bytes

dom-splice

Array#splice but for DOM childNodes.

API

splice(parent, start, deleteCount[, item[, item2]])

Modifies the childNodes of the given parent at start, deleting the number of elements deleteCount, and optionally also appending items.

License

MIT