westonwalker / SparkPoc

48 stars 8 forks source link

htmx urls #3

Open mxmissile opened 6 months ago

mxmissile commented 6 months ago

What if you need to inject an Id into your hx-post or hx-get urls at runtime? Example:

hx-post="/profile/123456/edit"

Say I needed to inject 123456 at runtime?