David Jiménez
David Jiménez
Hi @JanRomero , that looks easy. Could it be added in some more global method to not affect only to the intersect trigger? With that, we could do things like:...
Thinking about this proposal in more detail, I see 2 options: 1. Create the `visible` keyword as an event trigger. We could directly write `hx-trigger="visible"`, and it would be triggered...
@Sciumo I have the same problem, as a workaround I use htmx scripts at the end of the body, and it works fine. But I agree it would be great...
What if the script compiles a safe version of htmx where all eval instructions are simply commented? Then if you are using the allowEval false, you could import the safe...
I think this could be a nice way to offer a solution for comments like this one: https://github.com/bigskysoftware/htmx/discussions/2112#discussioncomment-8193764 With which I somehow agree.
I had this bug and this PR fixed it. In my opinion, it should be merged. Thanks @rekado!