Package kotlin. dom
Utility functions for working with the browser DOM.
Functions
append Element
Link copied to clipboard
append Text
Link copied to clipboard
@DeprecatedSinceKotlin(warningSince = "1.4" )
Content copied to clipboard
Creates text node and append it to the element.
create Element
Link copied to clipboard
remove Class
Link copied to clipboard
@DeprecatedSinceKotlin(warningSince = "1.4" )
Content copied to clipboard
Removes all cssClasses from element. Has no effect if all specified classes are missing in class attribute of the element