Documentation Prolog Predicate Reference dom insert_before/2

insert_before/2

Insert an HTML element before another.

Description

insert_before( +htmlObject, +htmlObject )

Similar to insert_after/2, but inserting the new HTML element before the first one.

Implementation