mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 06:21:19 +00:00
Merge pull request #63 from jordanbuchman/patch-1
Fix extra quote in docs.md thank you!
This commit is contained in:
commit
ed8d1d8efd
@ -147,7 +147,7 @@ Here is a `div` that posts to `/mouse_entered` when a mouse enters it:
|
||||
If you want a request to only happen once, you can use the `once` modifier for the trigger:
|
||||
|
||||
```html
|
||||
<div hx-post="/mouse_entered" hx-trigger="mouseenter once"">
|
||||
<div hx-post="/mouse_entered" hx-trigger="mouseenter once">
|
||||
[Here Mouse, Mouse!]
|
||||
</div>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user