Given a DOM element and a target object, hide the element if the value of any of the named properties are undefined or have a false value in target.
| Parameter | Type | Description |
|---|---|---|
| element | Element | DOM element to hide. |
| target | Object | Object to check for property definitions. |
| one | Object | One or more property names. |







0 Comments