most-jelly-15242
01/27/2021, 3:21 PMhtmx:beforeRequest event? The use case is when using htmx.trigger with third parameter which includes some data {"foo":"bar"} to trigger an event on an HTMX element. Adding parameters in htmx::configRequest works, but this event doesn't seem to have access to the data. The data is only available in beforeRequest in evt.detail.requestConfig.triggeringEvent.detail, but if I add it to evt.detail.requestConfig.parameters in that event, it doesn't do anything.mysterious-toddler-20573
01/27/2021, 3:46 PMmysterious-toddler-20573
01/27/2021, 3:46 PMmost-jelly-15242
01/27/2021, 3:49 PMsalmon-xylophone-28580
01/28/2021, 10:14 AMmost-jelly-15242
01/28/2021, 11:45 AMsparse-musician-64201
01/28/2021, 12:57 PMmysterious-toddler-20573
01/28/2021, 2:05 PMsalmon-xylophone-28580
01/28/2021, 2:43 PMmysterious-toddler-20573
01/28/2021, 3:30 PMhtml
<button hx-trigger="click, keyup[altKey&&shiftKey&&key=='D'&&document.activeElement.tagName!='input'] from:body"
hx-post="/doit">Do It! (alt-shift-D)</button>mysterious-toddler-20573
01/28/2021, 3:31 PMdocument.activeElement.tagName returns the tag name of the active elementmysterious-toddler-20573
01/28/2021, 3:31 PMkind-jordan-22489
01/28/2021, 4:51 PMhtml
<div id="content" data-uk-height-viewport="expand: true" hx-get="/views/some-view/" hx-trigger="load"></div>kind-jordan-22489
01/28/2021, 4:51 PMkind-jordan-22489
01/28/2021, 4:54 PMgorgeous-ghost-95789
01/28/2021, 4:55 PMgorgeous-ghost-95789
01/28/2021, 4:56 PMgorgeous-ghost-95789
01/28/2021, 4:56 PMhx-trigger="every 5s"gorgeous-ghost-95789
01/28/2021, 4:58 PMkind-jordan-22489
01/28/2021, 5:12 PMsparse-musician-64201
01/28/2021, 5:51 PMgorgeous-ghost-95789
01/28/2021, 5:54 PMgorgeous-ghost-95789
01/28/2021, 5:55 PMsparse-musician-64201
01/28/2021, 6:02 PMsalmon-xylophone-28580
01/29/2021, 8:57 PMmysterious-toddler-20573
01/29/2021, 9:10 PMsalmon-xylophone-28580
01/29/2021, 10:04 PMblue-manchester-57655
01/30/2021, 4:00 PMdamp-garden-58985
01/30/2021, 5:09 PMmysterious-toddler-20573
01/30/2021, 8:48 PM