1.1.2 • Published 5 years ago

xhtml.js v1.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

xhtml.js

🦑 Common set of html operations.

Author | Code | Docs | Chat

Installation

In a browser:

<script src="https://cdn.jsdelivr.net/npm/xhtml.js"></script>

use:

xhtml.XXX();

or

xhtml(nodes).XXX();

Using npm:

$ npm i xhtml.js

Note: add --save if you are using npm < 5.0.0

const xhtml = require('xhtml.js');

or

import xhtml from 'xhtml.js';

License

MIT

Copyright (c) 2019-2020 走一步 再走一步

1.1.2

5 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0-alpha

6 years ago

0.1.4-alpha

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0-beta

6 years ago