Documentation Prolog Predicate Reference dom show/1

show/1

Show an HTML element.

Description

show( +htmlObject )

Opposite to hide/3, show(HTMLObject) sets the HTMLObject CSS property display to block. This is roughly equivalent to calling style(HTMLObject, display, block), except that the display property is restored to whatever it was initially.

Implementation