Skip to content

webmodules/dom-splice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published