refined-pillow-25368
05/25/2023, 6:17 PMabundant-dog-96915
05/26/2023, 3:22 AMmysterious-toddler-20573
05/26/2023, 3:22 AMmysterious-toddler-20573
05/26/2023, 3:23 AMhttps://cdn.discordapp.com/attachments/725789747212976259/1111494721697751050/image.png▾
bitter-machine-55943
05/26/2023, 3:31 AMmysterious-toddler-20573
05/26/2023, 3:33 AMbitter-machine-55943
05/26/2023, 3:35 AMhttps://cdn.discordapp.com/attachments/725789747212976259/1111497807921152020/IMG_1541.png▾
bitter-machine-55943
05/26/2023, 3:35 AMmysterious-toddler-20573
05/26/2023, 3:41 AMfew-parrot-58207
05/26/2023, 4:00 AMgentle-finland-44476
05/26/2023, 4:38 AM<div id="sidebar">
<div id="conversation2">message 2</div>
<div id="conversation1">message 1</div>
</div>
I want it to look like this after a new message comes in
<div id="sidebar">
<div id="conversation1">message 3</div>
<div id="conversation2">message 2</div>
</div>
However using hx-swap-oob="afterbegin", it becomes
<div id="sidebar">
<div id="conversation1">message 3</div>
<div id="conversation2">message 2</div>
<div id="conversation1">message 1</div>
</div>
I need to update the element conversation1 and push it to the top of the sidebar elements. Is there an HTMX way to do this or do I need to introduce some custom JS?miniature-window-68019
05/26/2023, 5:12 AMminiature-window-68019
05/26/2023, 5:14 AMgreat-article-50141
05/26/2023, 5:28 AMthankful-balloon-21810
05/26/2023, 7:39 AMthankful-balloon-21810
05/26/2023, 8:28 AMhttps://cdn.discordapp.com/attachments/725789747212976259/1111571522134495324/9b2f034b825c9aa9a994b92b7c8f393c.png▾
famous-iron-45600
05/26/2023, 9:04 AMserver-sent-events
extension does? It seems only sending form data is currently supported. Is that right?thankful-balloon-21810
05/26/2023, 9:05 AMfamous-iron-45600
05/26/2023, 9:10 AMripe-action-67367
05/26/2023, 9:32 AMripe-action-67367
05/26/2023, 9:34 AMhx-trigger="htmx:wsBeforeMessage[message.event=='myEvent']"
, which may not be as clean, but requires zero custom JSbitter-monkey-50309
05/26/2023, 11:28 AMbitter-monkey-50309
05/26/2023, 11:46 AMhttps://cdn.discordapp.com/attachments/725789747212976259/1111621348981219348/image.png▾
mysterious-toddler-20573
05/26/2023, 12:13 PMhttps://cdn.discordapp.com/attachments/725789747212976259/1111628086182686790/iu.png▾
thankful-balloon-21810
05/26/2023, 12:13 PMmysterious-toddler-20573
05/26/2023, 12:14 PMmysterious-toddler-20573
05/26/2023, 12:14 PMsparse-musician-64201
05/26/2023, 12:15 PMmysterious-toddler-20573
05/26/2023, 12:15 PMsparse-musician-64201
05/26/2023, 12:15 PM