dolla:一组用于处理DOM的辅助函数

时间:2021-04-08 00:53:15
【文件属性】:
文件名称:dolla:一组用于处理DOM的辅助函数
文件大小:121KB
文件格式:ZIP
更新时间:2021-04-08 00:53:15
JavaScript 多拉 一组用于构建和操作DOM的辅助工具 安装 npm install dolla import { createElement } from 'dolla' ; document . body . append ( createElement ( 'div' , { class : 'text-bold' , style : 'text-decoration: underline' , children : [ 'Hello World' ] } ) ) 发展 建造 npm run build 测试 npm run test 释放 npm publish
【文件预览】:
dolla-master
----.gitignore(38B)
----.babelrc(87B)
----package.json(875B)
----package-lock.json(401KB)
----src()
--------remove.js(180B)
--------serializeFormToJSON.js(413B)
--------serializeForm.js(175B)
--------filter.js(195B)
--------ancestors.js(196B)
--------map.js(166B)
--------isEmpty.js(80B)
--------isVisible.js(79B)
--------insertBefore.js(525B)
--------index.js(772B)
--------replaceContents.js(101B)
--------trigger.js(176B)
--------isFocus.js(90B)
--------insertAfter.js(519B)
--------outerHeight.js(169B)
--------outerWidth.js(167B)
--------css.js(81B)
--------constants.js(2KB)
--------append.js(1KB)
--------offsetToViewport.js(155B)
--------bury.js(254B)
--------createElement.js(2KB)
--------offset.js(179B)
----LICENSE(1KB)
----README.md(402B)
----build.babel.config.json(71B)
----esm()
--------remove.js(179B)
--------serializeFormToJSON.js(415B)
--------serializeForm.js(177B)
--------filter.js(187B)
--------ancestors.js(180B)
--------map.js(158B)
--------query.js(1003B)
--------isEmpty.js(79B)
--------isVisible.js(76B)
--------attributes.js(4KB)
--------insertBefore.js(531B)
--------index.js(1KB)
--------replaceContents.js(101B)
--------trigger.js(170B)
--------isFocus.js(89B)
--------manipulation.js(5KB)
--------seralizeFormToJSON.js(462B)
--------insertAfter.js(525B)
--------outerHeight.js(164B)
--------outerWidth.js(162B)
--------seralizeForm.js(428B)
--------css.js(78B)
--------constants.js(2KB)
--------append.js(1KB)
--------offsetToViewport.js(144B)
--------events.js(270B)
--------layout.js(915B)
--------bury.js(261B)
--------createElement.js(2KB)
--------offset.js(168B)
----.npmignore(4B)
----test()
--------remove.js(789B)
--------filter.js(716B)
--------ancestors.js(969B)
--------map.js(405B)
--------insertBefore.js(3KB)
--------replaceContents.js(429B)
--------trigger.js(350B)
--------seralizeFormToJSON.js(503B)
--------insertAfter.js(3KB)
--------seralizeForm.js(459B)
--------append.js(3KB)
--------bury.js(549B)
--------createElement.js(1KB)

网友评论