Determines whether the given item is DOM element or not.
(static) isElement(item) → {boolean}
Parameters:
Name | Type | Description |
---|---|---|
item |
DOMElement | jQuery | The target object. If target object is an instance of jQuery, determines with the first element in the set of matched elements. |
Returns:
- Type
- boolean