demosite/demo/options.html

18 lines
476 B
HTML

<ul>
<li>
<strong>pages</strong> - an array of page names
</li>
<li>
<strong>default</strong> - the page that is loaded by default or null for an empty div
</li>
<li>
<strong>animation</strong> - the jQuery animation that is used to show pages, i.e. fadeIn, show, slideUp, slideDown. show is used by default.
</li>
<li>
<strong>cache</strong> - true or false. Determines if all pages are loaded upfront or not. false by default.
</li>
</ul>