An open API service indexing awesome lists of open source software.

https://github.com/grmvoid/hashdom


https://github.com/grmvoid/hashdom

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

        

# HashDOM

A lightweight DOM manipulation class based on ES6
## Usage/Examples

```html


Example Code



```

```javascript

hash(document).ready(function () {
hash('#container').html('Hi');
});
<script>
```

## Authors

- [@nuldark](https://www.github.com/nuldark)

## License

[MIT](LICENSE)