SelectionHtml extension
Methods
-
htmlGet()
→ String?
-
Returns the inner HTML for the first (non-null) element in the selection.
-
htmlSet(Union2<EachCallback<String?>, String>? value)
→ Selection
-
Sets the inner HTML to the specified value on all selected elements,
replacing any existing child elements.