842 Commits

Author SHA1 Message Date
Matthew Molloy
e01c7f77e4 skip validation when novalidate or form submitted indirectly 2020-12-27 12:59:48 +07:00
Johan Vosloo
44af39083d
Update path-deps.js 2020-12-26 23:28:44 +01:00
Johan Vosloo
ac830eb42b
Update path-deps.js 2020-12-26 23:22:23 +01:00
Johan Vosloo
a8b7f0171b
Update path-deps.js 2020-12-26 23:20:34 +01:00
Johan Vosloo
d105d7bce7
Update path-deps.js 2020-12-26 23:17:34 +01:00
Johan Vosloo
19b436773d
Update path-deps.js
By catering for a new custom event called `htmx:refreshPath`, we should be able to support the triggering of the refresh of a specific path
2020-12-26 22:58:17 +01: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
Ben Pate
7eb8e3fb90 Configuraion Enhancements
This extension now allows a configuration argument `preload="event,event,event"` on any node in the DOM. This argument can be inherited from parent nodes, and defaults to "mouseover,touchstart"
2020-12-23 13:46:02 -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
Ben Pate
2f915efaf0 Create preload.js 2020-12-16 22:34:57 -07: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
Ben Pate
3551528d96
Merge branch 'dev' into pullrequest-ignore-extensions 2020-12-14 13:43:52 -07:00
Ben Pate
b4f26aef0e Documentation 2020-12-14 13:41:41 -07:00
Ben Pate
84ac44b591 Add "ignore:" command for extensions 2020-12-14 13:26:34 -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