Documentation Prolog Predicate Reference dom toggle/1

toggle/1

Toggle an HTML visibility.

Description

toggle( +htmlObject )

toggle(HTMLObjec toggles the visibility of HTMLObject: it shows HTMLObject if it was hidden and hide it if it is visible.

Implementation