1443 Commits

Author SHA1 Message Date
carson
6821e366a8 remove redundant test 2021-09-27 07:55:54 -06:00
carson
14e87fc623 Merge remote-tracking branch 'origin/dev' into dev 2021-09-27 07:50:41 -06:00
carson
9254d7fa5a extend htmx:beforeSwap event to allow much more flexible handling of response codes and content swapping 2021-09-27 07:50:31 -06:00
carson
5e066ba200 Merge branch 'master' into dev 2021-09-27 07:49:46 -06:00
Mamés Palmero
443c271d40 Fix root: option of the intersect event 2021-09-27 15:25:15 +02: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
carson
6754c67b53 Merge branch 'master' into dev
# Conflicts:
#	README.md
2021-09-23 15:44:27 -06:00
carson
d153929304 include HX-Boosted header when request is via a boosted element
fixes https://github.com/bigskysoftware/htmx/issues/600
2021-09-23 15:43:45 -06:00
carson
3b91edf095 formatting 2021-09-21 15:54:34 -06:00
carson
456246a568 formatting 2021-09-21 15:53:18 -06:00
carson
371c64d925 typo 2021-09-21 15:52:28 -06:00
carson
f0874f0dad formatting 2021-09-21 15:51:44 -06:00
carson
40606158fa Merge remote-tracking branch 'origin/master' 2021-09-21 07:27:53 -06:00
carson
9d0b4c75e4 add some common lisp examples 2021-09-21 07:27:45 -06:00
carson
e3cb9b591a support unset to, well, unset attributes 2021-09-19 16:41:31 -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
1cg
68c76e9b4b
Merge pull request #598 from spinscale/patch-2
Docs: Add missing double ticks in hx-sse docs

Thank you!
2021-09-17 08:48:58 -06:00
Alexander Reelsen
e58ff9518b
Docs: Add missing double ticks in hx-sse docs 2021-09-17 16:45:47 +02:00
1cg
c9fd7a5844
Merge pull request #597 from makasaurus/patch-1
Typo in README.md

thank you!
2021-09-16 22:46:05 -06:00
makasaurus
ecd1628fc9
Typo in README.md
there's a small typo in the README.md 

htmx use the mocha... -> htmx uses the moca...
2021-09-16 23:46:01 -04:00
carson
973fa1899f support section 2021-09-16 11:50:11 -06:00
carson
cfa949dcdf bump 2021-09-16 09:55:50 -06:00
carson
98833a0f60 bump 2021-09-16 09:52:42 -06:00
carson
7aebe6143c update formatting 2021-09-16 09:50:50 -06:00
carson
84e681bb4e update formatting 2021-09-16 07:46:36 -06:00
carson
0043fa9bbf link off talk page 2021-09-16 07:28:26 -06:00
carson
104eccfbb1 Merge remote-tracking branch 'origin/master' 2021-09-16 07:27:35 -06:00
carson
cd8bffeea5 essay on splitting apis 2021-09-16 07:27:24 -06:00
1cg
617aba5944
Merge pull request #592 from khalidabuhakmeh/docs-timeout
Add `timeout` to configuration section in documentation
2021-09-15 17:13:57 -06:00
Khalid Abuhakmeh
32bb570a79 Add timeout to configuration section in documentation 2021-09-15 15:44:30 -04:00
1cg
1b451c7b0c
Merge pull request #590 from lobre/fix-inline-validation-example
Fix the inline validation example by using a post request

Thank you!
2021-09-12 08:04:53 -06:00
Loric Brevet
12fcc51124
Fix the inline validation example by using a post request 2021-09-12 15:22:15 +02:00
1cg
e37ae77eb6
Merge pull request #587 from rashadg1030/patch-2
Fix typo in hx-swap.md

thank you!
2021-09-11 06:22:18 -06:00
Rashad Gover
6dfbbc5689
Update hx-swap.md
Instead of `swap:` I think you meant `show:`. Also changed the single quotes surrounding `:bottom` into backticks so it renders properly as inline code.
2021-09-10 23:19:02 -05:00
Ben Croker
700bc3ae58
Improved wording of tests 2021-09-06 22:50:34 +02:00
carson
7a858fab42 Merge remote-tracking branch 'origin/dev' into dev 2021-09-06 11:53:33 -06:00
carson
4a02e92e4b bug in last fix: only return a promise for API usage
fixes https://github.com/bigskysoftware/htmx/issues/585
2021-09-06 11:41:15 -06:00
1cg
76d282f023
Merge pull request #584 from benpate/pullrequest-website-preload
Bugfix: Improper selector format
2021-09-06 11:32:54 -06:00
carson
a1d320243d only return a promise for API usage
fixes https://github.com/bigskysoftware/htmx/issues/585
2021-09-06 10:43:04 -06:00
carson
f4ff7ac949 lowercase verb to match up w/ htmx internals
fixes https://github.com/bigskysoftware/htmx/issues/565
2021-09-06 09:06:23 -06:00
Ben Pate
d3ecde6c51 Update preload.js
Fixed bad formatting on [data-hx-get] selector
2021-09-06 08:50:23 -06:00
carson
1b44728f49 add example of js: prefix for hx-vals
fixes https://github.com/bigskysoftware/htmx/issues/570
2021-09-06 08:47:54 -06:00
carson
a8353bd540 fix test 2021-09-06 08:18:46 -06:00
carson
760a4e5d2f only search for title via regex if there is a title tag present 2021-09-06 08:15:08 -06:00
carson
d47abff3dd prep for 1.5.1 release 2021-09-06 08:13:04 -06:00
carson
da61e7557a Merge branch 'master' into dev 2021-09-06 08:08:44 -06:00
Ben Croker
ee4e5d10aa Remove single quotes around regexp 2021-09-05 14:34:03 +02:00
Ben Croker
a76f9f37aa Improved findTitle to work with tag attributes 2021-09-05 14:17:41 +02:00