https://github.com/grmvoid/lynx
https://github.com/grmvoid/lynx
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/grmvoid/lynx
- Owner: grmvoid
- License: mit
- Created: 2022-07-30T18:03:36.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T18:36:43.000Z (3 months ago)
- Last Synced: 2025-03-06T19:31:45.834Z (3 months ago)
- Language: JavaScript
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lynx
A lightweight DOM manipulation class based on ES6## Usage/Examples
```html
Example Code
``````javascript
lynx(document).ready(function () {
lynx('#container').html('Hi');
});
<script>
```## License
[MIT](LICENSE)