mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 13:31:06 +00:00
402 B
402 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.
Usage
<button hx-ext="debug">Debug Me...</button>