You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: www/content/extensions/_index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ htmx extensions are split into two categories:
34
34
|[attribute-tools](https://github.com/jamcole/htmx-ext-attribute-tools/blob/main/README.md)| The `attribute-tools` extension allows you to specify attributes that will be swapped onto or off of the elements by using an `attributes` or `data-attributes` attribute. (similar to class-tools) |
35
35
|[class-tools](https://github.com/bigskysoftware/htmx-extensions/blob/main/src/class-tools/README.md)| The `class-tools` extension allows you to specify CSS classes that will be swapped onto or off of the elements by using a `classes` or `data-classes` attribute. |
36
36
|[client-side-templates](https://github.com/bigskysoftware/htmx-extensions/blob/main/src/client-side-templates/README.md)| This extension supports transforming a JSON/XML request response into HTML via a client-side template before it is swapped into the DOM. |
37
-
|[debug](https://github.com/bigskysoftware/htmx-extensions/blob/main/src/debug/README.md)| 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. |
37
+
|[debug](https://github.com/bigskysoftware/htmx-extensions/blob/main/src/debug/README.md)| This extension will log all htmx events for the element it is onthrough the `console.debug` function. Note that during dev, using `htmx.logAll()` instead can often be sufficient.|
38
38
|[disable-element](https://github.com/bigskysoftware/htmx-extensions/blob/main/src/disable-element/README.md)| This extension disables an element during an htmx request, when configured on the element triggering the request. Note that this functionality is now part of the core of htmx via the `hx-disabled-elt` attribute. |
39
39
|[event-header](https://github.com/bigskysoftware/htmx-extensions/blob/main/src/event-header/README.md)| This extension adds the `Triggering-Event` header to requests. The value of the header is a JSON serialized version of the event that triggered the request. |
40
40
|[include-vals](https://github.com/bigskysoftware/htmx-extensions/blob/main/src/include-vals/README.md)| The `include-vals` extension allows you to programmatically include values in a request with a `include-vals` attribute. Note that this functionality is now part of the core of htmx via the `hx-vals` attribute. |
0 commit comments