mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 15:25:26 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
03cacce5a6
@ -43,7 +43,7 @@ The response from the `/register` url will be appended to the `div` with the id
|
|||||||
There are two special events that are non-standard that htmx supports:
|
There are two special events that are non-standard that htmx supports:
|
||||||
|
|
||||||
* `load` - triggered on load (useful for lazy-loading something)
|
* `load` - triggered on load (useful for lazy-loading something)
|
||||||
* `reveal` - triggered when an element is scrolled into the viewport (also useful for lazy-loading)
|
* `revealed` - triggered when an element is scrolled into the viewport (also useful for lazy-loading)
|
||||||
|
|
||||||
### Polling
|
### Polling
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ I'm pleased to announce the [0.0.8 release](https://unpkg.com/browse/htmx.org@0.
|
|||||||
|
|
||||||
#### New Features
|
#### New Features
|
||||||
|
|
||||||
* A bug fix on history when using local anchors: `<a href="#example">...`
|
* A bug fix on history when using local anchors: `<a href="#example">...`
|
||||||
* A bug fix for the aforementioned `show` functionality
|
* A bug fix for the aforementioned `show` functionality
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user