helixaros

Results 3 comments of helixaros

> Your html has `hx-swap="beforebegin"` and the [documentation](https://htmx.org/docs/#swapping) says > > beforebegin prepends the content before the target in the targets parent element > I think it should be `outerHTML`...

> > > Your html has `hx-swap="beforebegin"` and the [documentation](https://htmx.org/docs/#swapping) says > > > beforebegin prepends the content before the target in the targets parent element > > > I...