Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rajasegar/hx-swap-demo

A demo app to showcase different attribute values of hx-swap in htmx
https://github.com/rajasegar/hx-swap-demo

demo demo-app htmx

Last synced: 13 days ago
JSON representation

A demo app to showcase different attribute values of hx-swap in htmx

Awesome Lists containing this project

README

        

# hx-swap-demo

See the demo [here](hx-swap-demo.herokuapp.com)

htmx offers a few different ways to swap the HTML returned into the DOM. By default, the content replaces the innerHTML of the target element. You can modify this by using the hx-swap attribute with any of the following values:

- innerHTML
- outerHTML
- afterbegin
- beforebegin
- afterend
- beforeend