htmx icon indicating copy to clipboard operation
htmx copied to clipboard

How to update content from template DOM node without issuing hx-ajax?

Open prasad83 opened this issue 2 years ago • 0 comments

I thought this could be useful example:

<button hx-on:click="this.innerHTML = htmx.find('#clicked-message-template').innerHTML">Click me</button>
<template id="clicked-message-template">clicked</template>

prasad83 avatar Feb 22 '24 17:02 prasad83