You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your response. After some research I understand now that most websites handle that kind of action through JavaScript (which obviously isn't related to this library), which is triggered through the HTML.
Example HTML:
<button onclick="myFunction()">Click me</button>
Javascript seems to do it like so:
object.addEventListener("click", myScript);
My main intention is to receive input from a HTML page and execute a method, namely buttons and text input.
The text was updated successfully, but these errors were encountered: