This extension includes log of 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-ext-debug@2.0.0/debug.js"></script>
<button hx-ext="debug">Debug Me...</button>
To see logs in Chrome DevTools > Console tab, turn on Verbose level in its All levels dropdown.