ambitious-continent-44511
03/07/2021, 10:24 PM<button class="button" hx-delete="/someurl">...</button> it is responding to on click event but when I update DOM (AJAX) with same code it does not work any more. What am I missing?mysterious-toddler-20573
03/07/2021, 10:25 PMambitious-continent-44511
03/07/2021, 10:25 PMambitious-continent-44511
03/07/2021, 10:25 PMmysterious-toddler-20573
03/07/2021, 10:25 PMstrong-guitar-63405
03/07/2021, 10:26 PMmysterious-toddler-20573
03/07/2021, 10:31 PMambitious-continent-44511
03/07/2021, 10:38 PM_="on refreshGroups fetch someurl then put it into me.innerHTML then call htmx.process(me)", it is workingmysterious-toddler-20573
03/08/2021, 12:09 AMmysterious-toddler-20573
03/08/2021, 12:09 AMmysterious-toddler-20573
03/08/2021, 2:20 AMmysterious-toddler-20573
03/08/2021, 2:51 AMstrong-guitar-63405
03/08/2021, 7:31 AMstrong-guitar-63405
03/08/2021, 7:33 AMstrong-guitar-63405
03/08/2021, 7:34 AMglamorous-honey-42686
03/08/2021, 10:13 AMglamorous-honey-42686
03/08/2021, 10:16 AMsalmon-whale-14625
03/08/2021, 10:46 AMsalmon-whale-14625
03/08/2021, 10:56 AMglamorous-honey-42686
03/08/2021, 2:44 PMmost-jelly-15242
03/08/2021, 2:56 PMmysterious-toddler-20573
03/08/2021, 3:41 PMmysterious-toddler-20573
03/08/2021, 3:41 PMmysterious-toddler-20573
03/08/2021, 6:40 PMhtmx.process that's the one!mysterious-toddler-20573
03/08/2021, 6:41 PMmysterious-toddler-20573
03/08/2021, 6:41 PMgentle-dream-18175
03/08/2021, 10:35 PM?page=x . how do i include that value as a query param? I am doing this in other elements like input and select by adding the value to the input, but the a tag doesn't have the name=value idiom that those elements have, does it?gentle-dream-18175
03/08/2021, 10:38 PMhx-get="/myurl?page={{ paginator.previous }}" ... seems that sorta works.gentle-dream-18175
03/08/2021, 10:39 PMhx-include=".ledger-filter". i have two elements with that class. if those elements are empty, and I click on one of these links, the url becomes "/myurl?page=1&first_filter=&second_filter=. Can I only include those query params if the element has a value?gentle-dream-18175
03/08/2021, 10:56 PM