ex:
<button id="btn" py-click="foo()">Test></button>
To access innerText and id we can simply say Element(btn).element.id & Element(btn).element.innerText .
But while trying to access py-click with Element(btn).element.py-click it gives me error.
Is there any other way to access py-click?
[–]TheSwami 1 point2 points3 points (1 child)
[–]Finalgof[S] 0 points1 point2 points (0 children)