summaryrefslogtreecommitdiffstats
path: root/doc/backends/deckjs/deck.js/extensions/goto/deck.goto.html
blob: 4b7399821773e14cf08077494928fb291258db84 (plain)
1
2
3
4
5
6
7
<!-- Place the following snippet at the bottom of the deck container. -->
<form action="." method="get" class="goto-form">
  <label for="goto-slide">Go to slide:</label>
  <input type="text" name="slidenum" id="goto-slide" list="goto-datalist">
  <datalist id="goto-datalist"></datalist>
  <input type="submit" value="Go">
</form>