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
ea83ba8ed4
@ -21,6 +21,7 @@ I'm pleased to announce the [0.0.7 release](https://unpkg.com/browse/htmx.org@0.
|
||||
* `scroll` - allows you to scroll the target to the `top` or `bottom`
|
||||
* `view` - allows you to scroll the `top` or `bottom` of the target into view
|
||||
* The [`hx-push-url`](/attributes/hx-push-url) attribute now can optionally take a URL to push, in addition to `true` and `false`
|
||||
* Added the [`hx-vars`](/attributes/hx-vars) attribute that allows you to dynamically add to the parameters that will be submitted with a request
|
||||
* You can now sponsor htmx development via [Github Sponsors](https://github.com/sponsors/bigskysoftware)
|
||||
* A big thanks to our first sponsors!
|
||||
* <https://github.com/putyourlightson>
|
||||
@ -28,4 +29,4 @@ I'm pleased to announce the [0.0.7 release](https://unpkg.com/browse/htmx.org@0.
|
||||
* <https://github.com/jreviews>
|
||||
|
||||
|
||||
Enjoy!
|
||||
Enjoy!
|
||||
|
@ -39,6 +39,7 @@ title: </> htmx - Attributes
|
||||
| [`hx-swap`](/attributes/hx-swap) | controls how the response content is swapped into the DOM (e.g. 'outerHTML' or 'beforeEnd')
|
||||
| [`hx-target`](/attributes/hx-target) | specifies the target element to be swapped
|
||||
| [`hx-trigger`](/attributes/hx-trigger) | specifies the event that triggers the request
|
||||
| [`hx-vars`](/attributes/hx-vars) | adds to the parameters that will be submitted with the request
|
||||
| [`hx-ws`](/attributes/hx-ws) | establishes a `WebSocket` or sends information to one
|
||||
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user