dom-helpers
- Version 6.0.1
- Published
- 118 kB
- 2 dependencies
- MIT license
Install
npm i dom-helpers
yarn add dom-helpers
pnpm add dom-helpers
Overview
tiny modular DOM lib for ie9+
Index
Variables
Variables
variable _default
const _default: { addEventListener: any; removeEventListener: any; triggerEvent: any; animate: any; filter: any; listen: any; style: any; getComputedStyle: any; attribute: any; activeElement: any; ownerDocument: any; ownerWindow: any; requestAnimationFrame: typeof globalThis.requestAnimationFrame; cancelAnimationFrame: (id: number) => void; matches: any; height: any; width: any; offset: any; offsetParent: any; position: any; contains: any; scrollbarSize: any; scrollLeft: { (node: Element): number; (node: Element, val: number): undefined }; scrollParent: any; scrollTo: any; scrollTop: { (node: Element): number; (node: Element, val: number): undefined }; querySelectorAll: any; closest: any; addClass: any; removeClass: any; hasClass: any; toggleClass: any; transitionEnd: any; childNodes: any; childElements: any; nextUntil: any; parents: any; siblings: any; clear: any; insertAfter: any; isInput: any; isVisible: any; prepend: any; remove: any; text: any;};
Package Files (1)
Dependencies (2)
Dev Dependencies (35)
- @4c/rollout
- @4c/tsconfig
- @babel/cli
- @babel/core
- @babel/preset-typescript
- @react-bootstrap/babel-preset
- @react-bootstrap/eslint-config
- @react-bootstrap/eslint-config-typescript
- @typescript-eslint/eslint-plugin
- @typescript-eslint/parser
- babel-eslint
- babel-loader
- eslint
- eslint-plugin-import
- eslint-plugin-jsx-a11y
- eslint-plugin-mocha
- eslint-plugin-react
- expect.js
- glob
- jquery
- karma
- karma-chrome-launcher
- karma-firefox-launcher
- karma-html2js-preprocessor
- karma-mocha
- karma-mocha-reporter
- karma-sinon
- karma-sourcemap-loader
- karma-webpack
- mocha
- rimraf
- simulant
- sinon
- typescript
- webpack
Peer Dependencies (0)
No peer dependencies.
Badge
To add a badge like this oneto your package's README, use the codes available below.
You may also use Shields.io to create a custom badge linking to https://www.jsdocs.io/package/dom-helpers
.
- Markdown[](https://www.jsdocs.io/package/dom-helpers)
- HTML<a href="https://www.jsdocs.io/package/dom-helpers"><img src="https://img.shields.io/badge/jsDocs.io-reference-blue" alt="jsDocs.io"></a>
- Updated .
Package analyzed in 3226 ms. - Missing or incorrect documentation? Open an issue for this package.