debug
ExtensionThis extension includes log all htmx events for the element it is on, either through the console.debug
function
or through the console.log
function with a DEBUG:
prefix.
<script src="https://unpkg.com/htmx.org/dist/ext/debug.js"></script>
<button hx-ext="debug">Debug Me...</button>