96 Commits

Author SHA1 Message Date
David Guillot
d6037bde67
Minor changes in docs (#1033)
* Minor change in active-search docs

You don't want people to believe they need a POST request to run a search query.

* More limitations of hx-preserve
2022-09-06 07:05:19 -06:00
Carson Gross
d997834842 make edit row demo edit the correct row :|
fixes https://github.com/bigskysoftware/htmx/issues/934
2022-06-02 10:19:39 -06:00
Carson Gross
8bba9c140a edits 2022-05-27 12:16:49 -06:00
Cory Zue
ef1d0fdbe0
Fix typo in bulk-update example (#914) 2022-05-26 17:02:43 -06:00
Dosenpfand
a576327c74
Fix dead links, typo, trailing white spaces (#924) 2022-05-26 17:02:30 -06:00
Carson Gross
f7b73e6e38 https://github.com/bigskysoftware/htmx/issues/881 2022-05-12 19:36:39 -06:00
snan
904d5e12a9
Remove double period (#852)
One sentence ended like this..
2022-04-07 13:38:24 -06:00
Adam Johnson
d129a3dc10
Rewrite scheme-relative URL’s to https (#870)
Scheme-relative URL’s were invented when HTTPS was slow, so HTTP pages could load resources insecurely, but a little faster. There’s no need to use them now as HTTPS is fast, and everything should be secure.
2022-04-07 13:30:43 -06:00
carson
f1cef92e52 Merge remote-tracking branch 'origin/master' 2022-01-20 08:25:34 -07:00
carson
1964c4373c improve demo 2022-01-20 08:25:27 -07:00
pierrealixt
8cf3397e8e
Fixed typo in bulk update example (#773) 2022-01-18 20:20:39 -07:00
carson
133ce4e7c2 oops 2022-01-17 15:00:23 -07:00
carson
53f174d5a4 add alt attributes to images
fixes https://github.com/bigskysoftware/htmx/issues/742
2022-01-17 10:49:49 -07:00
carson
1e73121543 fix typo 2022-01-15 17:04:39 -07:00
carson
63dbc9cd63 Merge remote-tracking branch 'origin/master' 2022-01-15 15:05:41 -07:00
carson
ad174cf02c add mutually exclusive row edit example 2022-01-15 15:04:55 -07:00
1cg
f69d711491
Merge pull request #659 from Krolken/better-active-search
Improve Active Search Example
2022-01-14 11:28:48 -07:00
1cg
92fe46e845
Merge pull request #737 from timotk/master
Fix typo in progress bar example
2022-01-14 11:14:43 -07:00
gmso
9356771e4f Move variable creation outside of for loop 2021-12-29 14:37:20 +01:00
gmso
63b33d7ab6 Change active search example to be case insensitive 2021-12-27 20:45:24 +01:00
Timo
4305899cc1 Fix typo in progress bar example 2021-12-24 09:32:19 +01:00
Henrik Palmlund Wahlgren
055b6f1ba5 Improve Active Search documentation.
The example did not use a search type input so no abilty to clear input. To do a new search on clear the search trigger was added.
2021-11-14 10:42:22 +01:00
carson
19ef8ad76a add htmx-added class for easier CSS transition writing 2021-10-01 13:23:06 -06:00
carson
d3688f9818 update animation docs 2021-09-30 09:23:59 -06:00
carson
5e0c740f75 lol 2021-09-25 17:28:27 -06:00
carson
8826e92517 sweet alert example 2021-09-25 17:17:35 -06:00
1cg
56dffd6d77
Merge pull request #599 from lobre/typo-update-other-content-oob
Fix typo for oob in update other content example

thank you!
2021-09-19 16:22:39 -06:00
Loric Brevet
ed16a035ef
Fix typo for oob in update other content example 2021-09-19 21:58:48 +02:00
Loric Brevet
12fcc51124
Fix the inline validation example by using a post request 2021-09-12 15:22:15 +02:00
Ricardo Ander-Egg
ddf5741dfb
Fix broken links 2021-07-26 13:14:57 +02:00
carson
5b4f6bbd58 clean up 2021-07-25 21:14:52 -06:00
carson
8fc3018aca links 2021-07-25 20:01:07 -06:00
carson
f70825a2d5 updating multiple pieces of content 2021-07-25 19:37:46 -06:00
carson
1402694ab7 clean up 2021-07-13 11:22:53 -06:00
Ben Pate
93df44832c Update modal-bootstrap.md
- bugfix
2021-05-25 10:24:12 -06:00
Thomas Güttler
1fb7757026
Added Tacoma and Yaris to cacading-select example 2021-05-16 19:36:29 +02:00
Thomas Güttler
fa097fd61e
AFAIK this is called "Cascading Selects" 2021-03-13 20:59:17 +01:00
Ben Pate
e25b7920bb Update modal-custom.md
Update modal example to use new wait for <eventName> syntax
2021-03-01 13:01:10 -07:00
Hidayet Doğan
d5d92b5757
examples: fix SortableJS url 2021-01-10 17:39:30 +03:00
carson
4bdf2f4a48 update demos 2021-01-07 22:10:38 -07:00
carson
ce7113bd22 Merge remote-tracking branch 'origin/master'
# Conflicts:
#	CHANGELOG.md
2021-01-05 20:38:45 -07:00
carson
92c4c14670 website cleanup 2021-01-03 13:50:25 -07:00
carson
5ad82f02f1 fix demo 2021-01-03 09:50:38 -07:00
carson
104691b34f finish sortable docs 2021-01-03 09:49:00 -07:00
carson
c0e5b80c21 sortable demo, defer 'htmx:load' so that you can register a handler during document execution 2021-01-03 09:43:43 -07:00
carson
26f4ac46be keyboard shortcut demo 2021-01-03 08:39:33 -07:00
1cg
61fe3899c8
Merge branch 'dev' into pullrequest-modal-docs 2020-12-16 10:09:52 -07:00
Ben Croker
a64fa3cf07
Fixed example code 2020-12-15 17:30:56 +01:00
Ben Pate
5f71a41cbd Documentation for how to implement tabs using htmx
This PR demonstrates two different ways to make tabs using htmx
2020-12-14 23:20:44 -07:00
Ben Pate
55cfe09e68 Create modal-custom.md
This is a demo of making a custom modal dialog from scratch
2020-12-14 21:58:36 -07:00