https://github.com/sudo-self/htmx-demo
https://github.com/sudo-self/htmx-demo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sudo-self/htmx-demo
- Owner: sudo-self
- Created: 2024-03-25T04:09:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-05T07:47:24.000Z (over 1 year ago)
- Last Synced: 2025-03-18T08:21:41.019Z (about 1 year ago)
- Language: HTML
- Homepage: https://htmx.jessejesse.com
- Size: 113 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```s
//htmx CDN
//htmx button
HTMX
//event listener
document.getElementById('load-more-button').addEventListener('click', function() {
this.click();
});
```