mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-28 05:21:18 +00:00
fix
This commit is contained in:
parent
37332bb9bd
commit
0232759b68
@ -94,14 +94,17 @@ Look at this jQuery code from 2008:
|
||||
$( "#result" ).load( "ajax/test.html" );
|
||||
```
|
||||
|
||||
Oh, wow, super innovative stuff htmx folks:
|
||||
And look at this super innovative stuff the htmx folks give us:
|
||||
|
||||
```html
|
||||
<button hx-get="/ajax/test.html">
|
||||
<button hx-get="/ajax/test.html"
|
||||
hx-target=""#result"">
|
||||
Load
|
||||
</button>
|
||||
```
|
||||
|
||||
Wow. Amazing.
|
||||
|
||||
It would be funny if it weren't so infuriating.
|
||||
|
||||
## No Components
|
||||
|
Loading…
x
Reference in New Issue
Block a user