dom-collection:DOM元素子节点的基于索引的集合操作方法

时间:2024-06-24 18:44:35
【文件属性】:

文件名称:dom-collection:DOM元素子节点的基于索引的集合操作方法

文件大小:4KB

文件格式:ZIP

更新时间:2024-06-24 18:44:35

JavaScript

dom-collection DOM 元素子节点的基于索引的集合操作方法。 应用程序接口 insertAt(元素,索引,父) 在特定索引处插入 DOM 元素。 moveAt(元素,索引,父) 将 DOM 元素移动到特定索引。 replaceAt(元素,索引,父) 替换特定索引处的 DOM 元素。 removeAt(元素,索引,父) 删除特定索引处的 DOM 元素。


【文件预览】:
dom-collection-master
----.gitignore(13B)
----README.md(565B)
----CHANGELOG.md(110B)
----package.json(367B)
----index.js(2KB)
----spec()
--------support()
--------collection-spec.js(5KB)
----LICENSE.txt(1KB)
----.travis.yml(60B)

网友评论