show(element: HTMLElement);
element. DOM element to show.
The show method shows a specified DOM element.
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.
The example of use is given in the with description of the static method PP.hide.
See also: