Request Methods
- htmx.ajax() - issues an htmx request
DOM
- htmx.find() - finds first matching element
- htmx.findAll() - finds all matching elements
- htmx.process() - processes htmx attributes on element
- htmx.swap() - swaps HTML content
- htmx.initialize() - manually initializes htmx
Event Handling
- htmx.on() - listens for htmx events
- htmx.onLoad() - executes callback when elements load
- htmx.trigger() - triggers custom events
Extensions
- htmx.registerExtension() - registers htmx extension
Timing
- htmx.parseInterval() - parses time intervals to milliseconds
- htmx.timeout() - creates timeout
Promise