Determines if element is visible, similar to the jQuery :visible selector.
- Source:
Parameters:
Name | Type | Description |
---|---|---|
elem |
element | DOM element to test visibility |
Returns:
- True or False depending on whether or not the element is visible
- Type
- bool