htmx-skill
Installation
SKILL.md
htmx Reference
Use the index below to open the most specific page for the user's question.
Search the local references/ folder with rg when unsure which page contains the answer.
Reference Index
General
-
Events: Documentation page
- Reference: events.md
-
Javascript API: This documentation describes the JavaScript API for htmx, including methods and properties for configuring the behavior of htmx, working with CSS classes, AJAX requests, event handling, and DOM manipulation. The API provides helper functions primarily intended for extension development and event management.
- Reference: api.md
Attributes
- hx-boost: The hx-boost attribute in htmx enables progressive enhancement by converting standard HTML anchors and forms into AJAX requests, maintaining graceful fallback for users without JavaScript while providing modern dynamic page updates for those with JavaScript enabled.
- Reference: attributes/hx-boost.md