文件名称:dom-library:用于DOM操作的轻量级JS库
文件大小:14KB
文件格式:ZIP
更新时间:2024-03-14 22:16:22
JavaScript
用法: $d('div') => all DIV elements on the page $d('#box') => element with id "box" $d('.box') => all elements with className "box" $d('.box').html('
New one
'); => changing innerHTML of elements with className "box"
$d('.box').text('Some text'); => changing te
【文件预览】:
dom-library-master
----.gitignore(48B)
----tsconfig.json(6KB)
----README.md(3KB)
----tests()
--------main.test.js(4KB)
----package.json(648B)
----dist()
--------js()
----src()
--------ts()
--------js()
----.travis.yml(35B)
----webpack.config.js(412B)