mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 22:41:23 +00:00
20 lines
402 B
Markdown
20 lines
402 B
Markdown
---
|
|
layout: layout.njk
|
|
title: </> 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
|
|
|
|
```html
|
|
<button hx-ext="debug">Debug Me...</button>
|
|
```
|
|
|
|
### Source
|
|
|
|
<https://unpkg.com/htmx.org/dist/ext/debug.js>
|