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

https://github.com/sudo-self/htmx-demo


https://github.com/sudo-self/htmx-demo

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

## htmx-demo [![Deploy static content to Pages](https://github.com/sudo-self/htmx-demo/actions/workflows/static.yml/badge.svg)](https://github.com/sudo-self/htmx-demo/actions/workflows/static.yml)
![Screenshot 2024-03-24 at 10 07 39 PM](https://github.com/sudo-self/htmx-demo/assets/119916323/2d522693-7565-4d76-a9f9-17ccda92720b)
![Screenshot 2024-03-24 at 10 08 13 PM](https://github.com/sudo-self/htmx-demo/assets/119916323/7fef1e85-0409-45ea-b2fa-8c1f5007d17d)

```s

//htmx CDN

//htmx button

HTMX

//event listener

document.getElementById('load-more-button').addEventListener('click', function() {
this.click();
});
```