mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-10-02 23:35:13 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
f1cef92e52
@ -6,7 +6,7 @@ layout: demo_layout.njk
|
||||
|
||||
This demo shows how to implement a common pattern where rows are selected and then bulk updated. This is
|
||||
accomplished by putting a form around a table, with checkboxes in the table, and then including the checked
|
||||
values in `POST`'s to two different endpoints: `activate` and `deactivate`:
|
||||
values in `PUT`'s to two different endpoints: `activate` and `deactivate`:
|
||||
|
||||
```html
|
||||
<div hx-include="#checked-contacts" hx-target="#tbody">
|
||||
|
Loading…
x
Reference in New Issue
Block a user