fourdom
v1.3.0
Published
A DOM toolkit library
Downloads
9,673
Readme
fourdom
A DOM toolkit library.
Features
css
: for add style to DOM.removeElement
: for delete a Element from DOM.addClss
: for add some class name to DOM.removeClass
: for delete some class name from DOM.hasClass
: for determine whether class name exists on a certain DOM.
Installation
# pnpm
$ pnpm add fordom
# yarn
$ yarn add fordom
# npm
$ npm i fordom
APIs
CHANGE LOGS
See change log here.