SelectionHtml extension

on

Methods

htmlGet() String?

Available on Selection, provided by the SelectionHtml extension

Returns the inner HTML for the first (non-null) element in the selection.
htmlSet(Union2<EachCallback<String?>, String>? value) Selection

Available on Selection, provided by the SelectionHtml extension

Sets the inner HTML to the specified value on all selected elements, replacing any existing child elements.