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