You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While the CDN approach is extremely simple, you may want to consider [not using CDNs in production](https://blog.wesleyac.com/posts/why-not-javascript-cdn).
@@ -345,10 +346,10 @@ you can create your own CSS transition like so:
345
346
.htmx-indicator{
346
347
display:none;
347
348
}
348
-
.htmx-request.my-indicator{
349
+
.htmx-request.htmx-indicator{
349
350
display:inline;
350
351
}
351
-
.htmx-request.my-indicator{
352
+
.htmx-request.htmx-indicator{
352
353
display:inline;
353
354
}
354
355
```
@@ -1258,7 +1259,7 @@ Scripting solutions that pair well with htmx include:
1258
1259
team that created htmx. It is designed to embed well in HTML and both respond to and create events, and pairs very well
HTML allows the embedding of inline scripts via the [`onevent` properties](https://developer.mozilla.org/en-US/docs/Web/Events/Event_handlers#using_onevent_properties),
0 commit comments