Skip to content
Snippets Groups Projects

Issue #3456435: Switch to data-hx- format

Closed Carsten Logemann requested to merge issue/htmx-3456435:3456435-switch-to-data-hx- into 1.1.x
5 files
+ 52
52
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -87,7 +87,7 @@ events:
@@ -87,7 +87,7 @@ events:
- event: 'revealed'
- event: 'revealed'
description: 'An HTMX event triggered when an element is scrolled into the viewport (also useful for lazy-loading). If you are using overflow in css like `overflow-y: scroll` you should use `intersect once` instead of `revealed`'
description: 'An HTMX event triggered when an element is scrolled into the viewport (also useful for lazy-loading). If you are using overflow in css like `overflow-y: scroll` you should use `intersect once` instead of `revealed`'
- event: 'intersect'
- event: 'intersect'
description: 'An HTMX event triggered when an element first intersects the viewport. This supports two additional options. See the documentation for hx-trigger for more information.'
description: 'An HTMX event triggered when an element first intersects the viewport. This supports two additional options. See the documentation for data-hx-trigger for more information.'
- event: 'DOMContentLoaded'
- event: 'DOMContentLoaded'
description: 'Fired at the Document once the parser has finished'
description: 'Fired at the Document once the parser has finished'
- event: 'afterprint'
- event: 'afterprint'
Loading