Sam Furr
Sam Furr
I believe the order is defined [here](https://github.com/bigskysoftware/htmx/blob/master/src/htmx.js#L126), where downstream functions eventually parse for the hx elements. @bencroker do we still want this noted in the docs? PR to follow.
I am able to reproduce on 1.9.0, but appears to be fixed in the latest version (1.9.12). update: support was added for this in [1.9.4](https://github.com/bigskysoftware/htmx/releases/tag/v1.9.4): https://github.com/bigskysoftware/htmx/pull/1479
Checking how the tests for this are written, this looks like expected behavior, though the docs don't make it super clear... The expectation is that you would provide something like...
Created a PR to update the documentation and make JS evaluation work as expected where available through the underlying function: https://github.com/bigskysoftware/htmx/pull/2673