2024-04-17 10:48:55 -06:00

369 B

+++ title = "debug" +++

This 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.

Install

<script src="https://unpkg.com/htmx.org@1.9.12/dist/ext/debug.js"></script>

Usage

<button hx-ext="debug">Debug Me...</button>