mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-03 07:45:21 +00:00
Fix kt-params Link
This commit is contained in:
parent
dc6db4ba0c
commit
a6e76090e8
@ -348,7 +348,7 @@ will be included.
|
|||||||
If you wish to include the values of other elements, you can use the [kt-include](/attributes/kt-include) attribute
|
If you wish to include the values of other elements, you can use the [kt-include](/attributes/kt-include) attribute
|
||||||
with a CSS selector of all the elements whose values you want to include in the request.
|
with a CSS selector of all the elements whose values you want to include in the request.
|
||||||
|
|
||||||
If you wish to filter out some parameters you can use the [kt-parameters](/attributes/kt-parameters) attribute.
|
If you wish to filter out some parameters you can use the [kt-params](/attributes/kt-params) attribute.
|
||||||
|
|
||||||
Finally, if you want to programatically modify the parameters, you can use the [configRequest.kutty](/events#configRequest.kutty)
|
Finally, if you want to programatically modify the parameters, you can use the [configRequest.kutty](/events#configRequest.kutty)
|
||||||
event.
|
event.
|
||||||
@ -541,4 +541,4 @@ You can set them directly in javascript, or you can use a `meta` tag:
|
|||||||
And that's it! Have fun with kutty: you can accomplish [quite a bit](/examples) without a lot of code.
|
And that's it! Have fun with kutty: you can accomplish [quite a bit](/examples) without a lot of code.
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user