Hider documentation
Hider makes an element invisible when the page is loaded. This is used in conjunction with many Performer functions to hide content which will later be shown using JavaScript. Hiding such elements using JavaScript means that visitors without JavaScript will always see the content – only people with JavaScript will get the enhanced version of the page.
Example
The numbers from 3 to 6 in this list will be hidden when the page loads: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10
<p>The numbers from 3 to 6 in this list will be hidden when the page loads: 1, 2, <span class="hider">3, 4, 5, 6,</span> 7, 8, 9, 10</p>
Settings
Valid elements
Any element
Classname
hider
Attributes
None
CSS parameters (what’s this?)
None