PP.show

Syntax

show(element: HTMLElement);

Parameters

element. DOM element to show.

Description

The show method shows a specified DOM element.

Comments

To show a DOM element, this element must be a part of DOM tree for entire document.

This method shows an element by removing the PPHide CSS class set for this element.

Example

The example of use is given in the with description of the static method PP.hide.

See also:

PP