Socket
Book a DemoInstallSign in
Socket

dom-operator

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-operator

一个简单高性能的dom操作工具包

0.1.0-1
latest
Source
npmnpm
Version published
Weekly downloads
2
-33.33%
Maintainers
1
Weekly downloads
 
Created
Source

dom-operator

一个简单高性能的dom操作工具包

Install

  npm install dom-operator

Use

  • browser
  <script src="<path-to>/dom-operator/dist/index.js"></script>
  var $ = domOperator('#child1')
  • es2015
  import domOperator from 'dom-operator'

API

  let $ = domOperator('#child1')

  $.findParentByClassName('parent') // 通过类名查找父元素

  $.hasClassNameOfParent('parent') // 判断一个元素是否有指定类的父元素

  $.hasParent(document.querySelector('.parent')) // 判断是否有指定的父元素

Dev Or Build

  npm i -g parcel
  • Start Dev Server
  npm run serve
  • Build
  npm run build

Keywords

dom-operator

FAQs

Package last updated on 06 Apr 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.