refined-waiter-90422
05/14/2022, 10:42 PMhx-trigger="submit[action(target)]" just supported async, it would be suuuch an elegant way to perform event interception, and do anything, such as fetch auth tokens, etc.mysterious-toddler-20573
05/14/2022, 11:02 PMrefined-waiter-90422
05/14/2022, 11:08 PMsquare-analyst-94375
05/17/2022, 11:49 AM<div id="destinationId" hx-swap-oob="true"> however, now there is an extra div and extra id on the element. Is that a way to tell htmx to place the child element in the destination when doing the swapping and dropping the wrapping div?mysterious-toddler-20573
05/17/2022, 12:37 PMouterHTML by default, so you shouldn't need a wrapping div: you should be able to just put the ID on the target and call it good. You can use more elaborate values for hx-swap-oob as outlined here: https://htmx.org/attributes/hx-swap-oob/
* true
* any valid hx-swap value (e.g. innerHTML)
* any valid hx-swap value followed by a colon, followed by a css selectorsquare-analyst-94375
05/17/2022, 1:11 PMbrainy-ice-92385
05/17/2022, 4:36 PMsquare-analyst-94375
05/17/2022, 4:42 PMhx-swap-oob attribute appearing in the DOM since it is a breadcrumb indicating that the contents were pushed into the dom from a response versus an `hx-get`/`hx-trigger` showing how something got pulled in.early-australia-38728
05/17/2022, 7:38 PM<a _="on click halt" hx-ws="send" ... doesn't prevent the send.early-australia-38728
05/17/2022, 7:38 PMmysterious-toddler-20573
05/17/2022, 8:31 PMhx-trigger with a custom event that you fire. I suspect there is an event listener ordering issue, w/ the hyperscript listener firing after the htmx listener has been added.early-australia-38728
05/18/2022, 1:29 AMearly-australia-38728
05/18/2022, 1:30 AMcalm-queen-64495
05/18/2022, 7:30 AMcalm-queen-64495
05/18/2022, 7:30 AMcalm-queen-64495
05/18/2022, 7:30 AMcalm-queen-64495
05/18/2022, 10:25 AMbrainy-ice-92385
05/18/2022, 1:43 PMload method that puts everything in the DOM? Then htmx.process(myTable) should go after thatcalm-queen-64495
05/18/2022, 1:46 PMcalm-queen-64495
05/18/2022, 1:47 PMmagnificent-sandwich-34373
05/18/2022, 7:19 PMmagnificent-sandwich-34373
05/18/2022, 7:27 PMgorgeous-ghost-95789
05/19/2022, 2:28 PMgorgeous-ghost-95789
05/19/2022, 2:29 PMwhite-motorcycle-95262
05/19/2022, 5:29 PMhref in the a tag then the cursor doesn't change on hover.