Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/layouwen/dom-yw
Simple encapsulation of the DOM API. 对 DOM API 的简易封装
https://github.com/layouwen/dom-yw
api dom learn
Last synced: 2 days ago
JSON representation
Simple encapsulation of the DOM API. 对 DOM API 的简易封装
- Host: GitHub
- URL: https://github.com/layouwen/dom-yw
- Owner: Layouwen
- Created: 2020-05-21T11:17:11.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T11:08:30.000Z (3 months ago)
- Last Synced: 2024-08-18T12:25:52.622Z (3 months ago)
- Topics: api, dom, learn
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dom Yw
English | [中文](./README_zh-CN.md)
## Introduction
A wrapper for the native DOM API to simplify operations, intended only for learning purposes. It is not supported in production environments.
## Usage
```javascript
const dom = dyw.create("Avan")
//Avandyw.after(dom, "
Dom")
//AvanDomdyw.before(dom, "
Yw")
//YwAvanDomdyw.append(dom, "inner")
//YwAvanDominnerdyw.wrapper(dom, "")
//YwAvanDominner
```[See more](./src/dyw.js)
## Contact Me
[Github](https://github.com/Layouwen)