Jim Roberts
Results
1
comments of
Jim Roberts
This is what is causing the problem for me. I have this layout: <form method="POST" hx-disabled-elt="#Save"> <tbody hx-trigger="onload"> <button id="Save" type="submit">Save</button> </form> This is the order functions are called. initNode(<form>);...