0.2.9 • Published 4 years ago

@deepjs/dom v0.2.9

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

dom

dom 相关处理

独立包,无依赖

功能列表

  • 查询
    • 选择器查询
    • id 查询
    • class 查询
    • 属性查询 atarget=_blank
    • 后代查询
    • 兄弟元素查询
    • 前后元素查询
    • 祖先元素
  • 取值
    • input/textarea
    • 获取 e.currentTarget 在.radio 中的数组索引

使用

import { addClass, toggleClass } from '@deepjs/dom'

参考: