Elemento 1.2.4
Added
-
New methods
Elements.isAttached(IsElement<E>)
andElements.isAttached(Node)
to test if an element/node is attached to the DOM by using the
Node.isConnected
property.
Changed
- Changed method
HasHTMLElement.style(String)
to append a style definition rather than overwrite the existing styles.