mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 07:21:05 +00:00
19 lines
362 B
Markdown
19 lines
362 B
Markdown
+++
|
|
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
|
|
|
|
```html
|
|
<script src="https://unpkg.com/htmx.org/dist/ext/debug.js"></script>
|
|
```
|
|
|
|
## Usage
|
|
|
|
```html
|
|
<button hx-ext="debug">Debug Me...</button>
|
|
```
|