--- layout: layout.njk title: htmx - high power tools for html --- ## The `disable-element` Extension This extension disables an element during an htmx request, when configured on the element triggering the request. ### Usage #### Nominal case: disabling the element triggering the request ```html ``` #### Disabling another element ```html ``` ### Source