Added more features to this example.
Signed-off-by: Hans Dijkema <hans@dijkewijk.nl>
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
<p>
|
||||
<ul>
|
||||
<li><a href="https://wikipedia.org">To Wikipedia</a></li>
|
||||
<li id="folder">No folder</li>
|
||||
</ul>
|
||||
</p>
|
||||
<h2>Opening a second page</h2>
|
||||
@@ -34,7 +35,10 @@
|
||||
<h2>Menu responses</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td colspan="3" class="counter" id="div-counter">counter = 0</td>
|
||||
<td colspan="3" class="counter">
|
||||
<button id="start-stop-button">Start Counter</button>
|
||||
<span class="counter" id="div-counter">counter = 0</span>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="div-open">Open</td>
|
||||
|
||||
Reference in New Issue
Block a user