I have an input (type: button), and I want to call for that an onclick event. But sometimes I added the input button later, and then I have to call again the event. So I have an input button with 2 onclick event. How can I check that onclick event already called for that?
Thanks