https://github.com/grmvoid/hashdom
https://github.com/grmvoid/hashdom
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grmvoid/hashdom
- Owner: grmvoid
- License: mit
- Created: 2022-07-30T18:03:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-01-01T08:46:48.000Z (5 months ago)
- Last Synced: 2025-01-02T02:29:31.346Z (5 months ago)
- Language: JavaScript
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)