1cg
|
cc092ed9a0
|
Merge branch 'dev' into bencroker-patch-2
|
2020-12-29 10:08:34 -07:00 |
|
1cg
|
8e7e1f5528
|
Merge pull request #288 from whamtet/dev
skip validation when novalidate or form submitted indirectly
|
2020-12-29 10:05:00 -07:00 |
|
Matthew Molloy
|
e01c7f77e4
|
skip validation when novalidate or form submitted indirectly
|
2020-12-27 12:59:48 +07:00 |
|
carson
|
5fd24a7096
|
support the hx-preserve attribute
fixes https://github.com/bigskysoftware/htmx/issues/284
|
2020-12-24 06:36:15 -07:00 |
|
carson
|
d3f2444bb7
|
support target resolving in ajaxHelper
|
2020-12-24 06:12:29 -07:00 |
|
carson
|
265a756e09
|
remove some headers for better HTTP caching & clean up
|
2020-12-24 06:03:41 -07:00 |
|
carson
|
bc62ec5cec
|
Merge remote-tracking branch 'origin/dev' into dev
|
2020-12-24 05:50:58 -07:00 |
|
carson
|
59b9f57fe9
|
add .ajax() to API
|
2020-12-24 05:50:48 -07:00 |
|
carson
|
7427ab2a6d
|
clean up response handler parameters
|
2020-12-24 05:35:47 -07:00 |
|
carson
|
fb64e76de0
|
clean up parameters
|
2020-12-24 05:16:15 -07:00 |
|
carson
|
0a00f38432
|
extract response handling
|
2020-12-24 04:58:59 -07:00 |
|
carson
|
1970e4280a
|
remove bad console.log
|
2020-12-22 18:15:03 -07:00 |
|
Ben Croker
|
062a70e3e9
|
Removed unused parameter
|
2020-12-21 20:09:11 +01:00 |
|
Ben Croker
|
0f226d29dd
|
Added test
|
2020-12-19 10:18:42 +01:00 |
|
Ben Croker
|
94881490a5
|
Update htmx.js
|
2020-12-18 23:32:22 +01:00 |
|
Ben Croker
|
fc757b9aff
|
Update htmx.js
|
2020-12-18 23:26:41 +01:00 |
|
Ben Croker
|
6749a462ca
|
Change how getInputValues() works
|
2020-12-18 23:05:33 +01:00 |
|
Ben Croker
|
adc5b2a5fa
|
Undo previous commit, meant to submit a PR, doh!
|
2020-12-18 23:04:30 +01:00 |
|
Ben Croker
|
591954e72d
|
Change how getInputValues() works
|
2020-12-18 23:00:00 +01:00 |
|
1cg
|
64f7aa2cf9
|
Merge pull request #269 from benpate/pullrequest-modal-docs
More Documentation for Modal Dialogs
|
2020-12-16 10:10:13 -07:00 |
|
1cg
|
61fe3899c8
|
Merge branch 'dev' into pullrequest-modal-docs
|
2020-12-16 10:09:52 -07:00 |
|
1cg
|
deab215734
|
Merge pull request #270 from benpate/pullrequest-tabs
Example Code for Tabs
|
2020-12-16 10:08:57 -07: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
|
efcbc2c27f
|
Update examples.md
Add example to the index
|
2020-12-14 22:01:40 -07:00 |
|
Ben Pate
|
fd1b46a0bc
|
Merge branch 'pullrequest-modal-docs' of https://github.com/benpate/htmx into pullrequest-modal-docs
|
2020-12-14 21:59:47 -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 |
|
Ben Pate
|
a3a4dfb5df
|
Create modal-custom.md
This is a demo of making a custom modal dialog from scratch
|
2020-12-14 21:55:19 -07:00 |
|
carson
|
f9c757bd9a
|
bump version
|
2020-12-12 10:12:30 -07:00 |
|
carson
|
a8cd068d4e
|
v1.0.1 prep
v1.0.2
|
2020-12-11 15:37:08 -07:00 |
|
carson
|
230e2f65df
|
support a CSS selector in the hx-swap-oob attributes
|
2020-12-11 15:33:24 -07:00 |
|
carson
|
b96e5e771e
|
allow hx-swap-oob to be at any level in returned content
|
2020-12-11 15:00:44 -07:00 |
|
carson
|
b1729b2b85
|
improve API by taking string selectors in place of elements
|
2020-12-04 15:06:02 -07:00 |
|
carson
|
2a9b6833a6
|
Bump for next release
|
2020-12-04 15:05:40 -07:00 |
|
carson
|
564d4eb651
|
holy smokes this test won't die
v1.0.1
|
2020-12-04 10:08:01 -07:00 |
|
carson
|
c9ab48d9d5
|
more 1.0.1 prep
|
2020-12-04 10:03:59 -07:00 |
|
carson
|
58b36a6fb8
|
fix test - I guess all that matters is that the attribute is on the element :/
|
2020-12-04 09:56:28 -07:00 |
|
carson
|
ff4126ad6d
|
prep 1.0.1 release
|
2020-12-04 09:52:27 -07:00 |
|
carson
|
89a6914a28
|
Merge branch 'dev' of github.com:bigskysoftware/htmx into dev
|
2020-12-04 09:51:35 -07:00 |
|
1cg
|
d8b5ef363c
|
Merge pull request #246 from ojensen5115/master
Fix handling of 'multiple' attribute
|
2020-12-02 12:53:06 -07:00 |
|
1cg
|
e238f1a810
|
Merge branch 'dev' into master
|
2020-12-02 12:52:52 -07:00 |
|
carson
|
81972b856b
|
Merge branch 'master' into dev
|
2020-12-01 18:01:35 -07:00 |
|
carson
|
f0c79aa7f0
|
Merge remote-tracking branch 'origin/master'
|
2020-12-01 18:01:18 -07:00 |
|
carson
|
247e91432a
|
CSS transition docs
|
2020-12-01 18:01:00 -07:00 |
|
carson
|
89afd42b27
|
CSS transition docs
|
2020-12-01 17:59:24 -07:00 |
|
Oliver Jensen
|
c09fcb3f9c
|
fix handling of 'multiple' attribute
|
2020-11-29 22:59:21 -06:00 |
|
carson
|
fda4957d65
|
handle multiple='false' case
|
2020-11-29 09:58:10 -07:00 |
|
1cg
|
d0c255aec8
|
Merge pull request #243 from e9labs/feature/handle-multiple-attr-no-value
handle multi-select when "multiple" attr is present w/o value
|
2020-11-29 09:51:49 -07:00 |
|
carson
|
f0a3eabc9c
|
v1.0.1 prep
|
2020-11-25 17:54:09 -07:00 |
|
carson
|
725bd72be2
|
changelog prep
|
2020-11-25 17:41:00 -07:00 |
|
carson
|
29829fd776
|
nit
|
2020-11-25 17:36:26 -07:00 |
|