summaryrefslogtreecommitdiffstatshomepage
path: root/src/ext/path-deps.js
Commit message (Collapse)AuthorAge
* search for extensions in new contentcarson2021-11-12
| | | | fixes https://github.com/bigskysoftware/htmx/issues/281
* Fix for https://github.com/bigskysoftware/htmx/issues/323carson2021-02-05
| | | | move the path-deps to use the beforeOnLoad event so that if the triggering element is replace the path dependencies are still fired.
* fix path deps extensioncarson2021-01-01
|
* Update path-deps.jsJohan Vosloo2020-12-27
|
* Update path-deps.jsJohan Vosloo2020-12-26
|
* Update path-deps.jsJohan Vosloo2020-12-26
|
* Update path-deps.jsJohan Vosloo2020-12-26
|
* Update path-deps.jsJohan Vosloo2020-12-26
|
* Update path-deps.jsJohan Vosloo2020-12-26
| | | 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
* include request configuration in eventscarson2020-10-01
| | | | fixes https://github.com/bigskysoftware/htmx/issues/201
* Move events from `<event name>.htmx` (jQuery style) to `htmx:<event name>` ↵carson2020-06-30
| | | | | | (zepto style) fixes https://github.com/bigskysoftware/htmx/issues/109
* remove console.logcarson2020-05-25
|
* `path-deps` extensioncarson2020-05-23
fixes https://github.com/bigskysoftware/htmx/issues/21