1 2 3 4 5 6 7 8 9 10 11 12 13
|
<div class="bar-group">
<a class="bar-link project" href="<?php echo $relpath; ?>index.html">noUiSlider</a>
<a class="bar-link" href="<?php echo $relpath; ?>slider-values/index.html">Range and Handles</a>
<a class="bar-link" href="<?php echo $relpath; ?>slider-read-write/index.html">Reading & Setting Values</a>
<a class="bar-link" href="<?php echo $relpath; ?>number-formatting/index.html">Formatting</a>
<a class="bar-link" href="<?php echo $relpath; ?>slider-options/index.html">Options</a>
<a class="bar-link" href="<?php echo $relpath; ?>behaviour-option/index.html">Tapping, Dragging & Fixed Ranges</a>
<a class="bar-link" href="<?php echo $relpath; ?>examples/index.html">Examples</a>
<a class="bar-link" href="<?php echo $relpath; ?>events-callbacks/index.html">Events</a>
<a class="bar-link" href="<?php echo $relpath; ?>pips/index.html">Scale/Pips</a>
<a class="bar-link" href="<?php echo $relpath; ?>more/index.html">Updating, Disabling & Styling</a>
<a class="bar-link download" href="<?php echo $relpath; ?>download/index.html">Download</a>
</div>
|