htmx/www/extensions/include-vals.md
2020-05-26 12:56:46 -07:00

654 B

layout title
layout.njk </> htmx - high power tools for html

The include-vals Extension

The include-vals extension allows you to programatically include values in a request with a include-vals attribute. The value of this attribute is one or more name/value pairs, which will be evaluated as the fields in a javascript object literal.

Usage

<div hx-ext="include-vals">
    <!-- Removes this div after 1 second -->
    <div hx-get="/test" include-vals="included:true, computed: computeValue()">
      Will Include Additional Values
    </div>
</div> 

Source

https://unpkg.com/htmx.org/dist/ext/remove-me.js