mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-30 14:31:47 +00:00
fix
This commit is contained in:
parent
7ce3bd7d51
commit
e692602042
@ -94,11 +94,11 @@ Look at this jQuery code from 2008:
|
||||
$( "#result" ).load( "ajax/test.html" );
|
||||
```
|
||||
|
||||
And look at this super innovative stuff the htmx folks give us:
|
||||
And now look at the super innovative stuff the htmx folks give us:
|
||||
|
||||
```html
|
||||
<button hx-get="/ajax/test.html"
|
||||
hx-target=""#result"">
|
||||
hx-target="#result">
|
||||
Load
|
||||
</button>
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user