Well, this is the following, I have a button that has the following structure:
<button id="goncalo" onclick="ativafuncao()">Goncalo</button>
How do I do the active function (), know that it was the id "goncalo" that called it?
I hope you've made me understand.
Thank you.