mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00

* Move extension script URL to the start of the page * Improve visibility of installation instructions on /extensions page
428 B
428 B
layout | title |
---|---|
layout.njk | </> htmx - high power tools for html |
The debug
Extension
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/dist/ext/debug.js">
Usage
<button hx-ext="debug">Debug Me...</button>