Alexander Petros 5a5ebd7693
Add support for "naked" triggers and htmx:trigger event (#1327)
The `htmx:trigger` event is fired whenever an HTMX AJAX request would
be. Now, `hx-trigger` can also be specified on an element without an
AJAX request, which will simply fire the `htmx:trigger` event on the
action specified by the attribute, and do nothing else.

This pattern allows for specifying client-side actions that don't
require a network request, while remaining within the HTMX control
paradigm.
2023-03-28 09:14:16 -06:00
..
2020-05-16 14:30:25 -07:00
2023-03-15 16:25:52 -06:00
2022-11-04 10:20:10 -06:00
2023-03-02 16:46:48 -07:00