Hide self
importance: 5
Create a button that hides itself on click.
Like this:
Can use this in the handler to reference âthe element itselfâ here:
<input type="button" onclick="this.hidden=true" value="Click to hide">
Create a button that hides itself on click.
Like this:
Can use this in the handler to reference âthe element itselfâ here:
<input type="button" onclick="this.hidden=true" value="Click to hide">