Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion www/content/examples/bulk-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ accomplished by putting a form around a table, with checkboxes in the table, and
values in the form submission (`POST` request):

```html
<form id="checked-contacts">
<form id="checked-contacts"
hx-post="/users"
hx-swap="outerHTML settle:3s"
hx-target="#toast">
<table>
<thead>
<tr>
Expand Down