Sven Berkvens-Matthijsse
Sven Berkvens-Matthijsse
Perhaps you need to tell hyperscript that it needs to find the function on the element. Maybe `call me.connectWallet()` will work?
> what about using getElementByID when it is detected to be an ID? that method is able to work with any id string Yes, this! The OOB swapping function uses...
It looks like a nice idea for not-too-big swappable content without server interaction. I think this would be a good addition to HTMX.
It looks like a useful addition to HTMX. The easier it is for people to use what they already know, the better. Especially with this amount of change to the...
Looks like something that backends could use to tailor their responses to the use case at hand. I'd be for inclusion as a standard request header.
Looks like a change request for HTMX 2.0 where support for Internet Explorer 11 will be dropped.
Does the [head-support](https://htmx.org/extensions/head-support/) HTMX extension help you? If your extra CSS file is mentioned in the `` element, then HTMX will not process it without this extension.
Shouldn't the xpath expression that looks for the `hx-on` be prefixed with a period (`.`)? To quote from the documentation of `document.evaluate`: > Further optimization can be achieved by careful...
Who still does quirks mode? I would be all for a doctype.
Maybe call it `` or `` instead? This would be the first actual tag that HTMX would support. All other HTMX's functionality is invoked by attributes on normal HTML tags....