方法 - htmx.values()
返回将通过 htmx 解析机制为给定元素解析的输入值
参数
- elt - 需要解析值的元素
- request type - 请求类型(e.g. get or post) 非 GET 的请求将包含元素的封闭形式。默认为 post
例子
// gets the values associated with this form
var values = htmx.values(htmx.find("#myForm"));
返回将通过 htmx 解析机制为给定元素解析的输入值
// gets the values associated with this form
var values = htmx.values(htmx.find("#myForm"));