Skip to content

Commit

Permalink
Show hx attributes used in bulk-update code example (#2274)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheptinstall committed Feb 19, 2024
1 parent aaf634f commit 0355af9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion www/content/examples/bulk-update.md
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

0 comments on commit 0355af9

Please sign in to comment.