Elemento 1.2.5
Added
-
Add overloaded
style()
methods toHasHTMLElement
:style(String style)
: Appends the given style to the existing styles of an element.style(String style, boolean append)
: Appends or sets the given style of an element.style(String property, int value)
: Sets the given style property on an element.style(String property, String value)
: Sets the given style property on an element.style(String property, int value, boolean important)
: Sets the given style property on an element.style(String property, String value, boolean important)
: Sets the given style property on an element.