Any recommended resources for triggering a javascript onclick function in Dash?
Trying to build the equivalent of this…
a href="#" onclick=“show(‘mydiv’)”
Was researching html.A() and there doesn’t appear to be an onclick attribute for anchors in Dash? Or is there?
Would love to know.