Pressing enter inside input now posts, further improvements

This commit is contained in:
ElPumpo
2018-06-09 19:00:29 +02:00
parent f4291d1564
commit 4433dbd68d
6 changed files with 38 additions and 6 deletions
+2 -2
View File
@@ -14,12 +14,12 @@
</div>
<div id="menu">
<div>
<input type="number" id="deposit_amount"/>
<input type="number" id="deposit_amount" tabindex="1" onClick="this.select();"/>
<button id="deposit_btn">D&eacute;poser</button>
</div>
<br><br>
<div>
<input type="number" id="withdraw_amount"/>
<input type="number" id="withdraw_amount" tabindex="2" onClick="this.select();"/>
<button id="withdraw_btn">Retirer</button>
</div>
</div>