Documentation Prolog Predicate Reference dom hide/1

hide/1

Hide an HTML element.

Description

hide( +htmlObject )

hide(HTMLObject) sets the HTMLObject CSS property display to none.

Implementation