Methods
hide(input)
This will set the hidden attribute to true
Parameters:
Name | Type | Description |
---|---|---|
input |
HTMLInputElement | The element |
- Source:
show(input)
This will set the hidden attribute to false
Parameters:
Name | Type | Description |
---|---|---|
input |
HTMLInputElement | The element |
- Source: